Skip to content
Home » code » C » Page 2

C

C program to find a^b

Below is the code to find power of a number Output: Enter base:5Enter power:25^2 is 25