the operator for exponencation is
a.**
b.^
c.%
d.not available

Answer Posted / sathish kumar

Hi All,

Upto my knowledge exponentiation operator is not available
in C. Because ^ operator is used for XOR operation. So we
cannot use that. But its possible by using Bitwise
operator to perform Exponentiation.

Thanks & Regards
Sathish Kumar

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how do you convert strings to numbers in c?

591


What is the use of extern in c?

639


what is the difference between 123 and 0123 in c?

714


What is the maximum length of an identifier?

657


What are structure members?

590






Explain what is a 'locale'?

579


Why does everyone say not to use gets?

603


Discuss the function of conditional operator, size of operator and comma operator with examples.

676


What does 4d mean in c?

934


Tell me about low level programming languages.

636


What is static identifier?

697


Where define directive used?

598


code for find determinent of amatrix

1511


What are logical errors and how does it differ from syntax errors?

651


How can you determine the size of an allocated portion of memory?

736