C program to calculate x^y

C program to calculate x^y

Output:

Enter the number x: 5
Enter the number y: 5
The ex-or product of 5 ^ 5 is 0

Implementation: