Write a C function, unsigned int power(unsigned int x, unsigned int p), that calculates xp. Place the function in a file with a filename hw3_prob3-5.c. Include a main function that calls this function with several values to test the function. Be sure to handle the case of p = 0.