Question: 1. Problem-1 (15 points). Write the C program to calculate the power of a number (as in X). For example, if the user enters 2

1. Problem-1 (15 points). Write the C program to calculate the power of a number (as in X). For example, if the user enters 2 and 3 (for 2 which is 1x 2 x2 x 2), the program should output: "The power of 2 to the 3 is 8". Your program must have a function to calculate the power that uses a for loop. The function will be called from the function main() and the result should be printed in the main). Probleml.c #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
