I want to calculate the 10 to the power of some variable, how can i do this using math library Mahesh
http://www.keil.com/support/man/docs/c51/c51_pow.htm
hope this serves your request:
printf("%f\n",pow(x,y));