C program to calculate x power y

C program to calculate x power y

Output:

Enter the number x: 5
Enter the number y: 5
result of 5 power 5 is 3125

Implementation: