The operator for exponentiation isa.**b.^c.%

A
This question is related to TCS Interview

Showing Answers 1 - 8 of 8 Answers

Munish sharma

  • Oct 31st, 2006
 

b     ^

  Was this answer useful?  Yes

Shashi

  • Aug 18th, 2007
 

Unbelievably, there is no built-in exponentiation operator in C. Instead, there is a library function (pow) which carries out this operation.

  Was this answer useful?  Yes

I think that C doesn't define any opeartor for exponential function. It rather provides us with a pow(number, number_to_the_power) function that helps us to do the exponential opearations.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions