I want to calculate the 10 to the power of some variable, how can i do this using math library Mahesh
hope this serves your request:
printf("%f\n",pow(x,y));