C program to calculate a^b

C program to calculate a^b

Output:

Enter the number a: 5
Enter the number b: 5
The ex-or product of 5 ^ 5 is 0

Implementation: