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

Answers were Sorted based on User's Feedback



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

Answer / 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

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

Answer / sraddha

d.not available is d right ans.

Is This Answer Correct ?    5 Yes 0 No

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

Answer / valli

No expoenetial operator avaialble.

but library function pow() can be used.

Is This Answer Correct ?    3 Yes 0 No

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

Answer / anuj pratap singh

Ans-d.not Available
Because in C ,there is no operator for exponencation.
we find out exponent in c by pow() funtion.

somebody confusion in ^ operator but this is use for XOR.

Is This Answer Correct ?    3 Yes 0 No

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

Answer / sundeep

b.^

Is This Answer Correct ?    5 Yes 5 No

Post New Answer

More C Interview Questions

write C code to reverse a string such that if i/p is "abc defg hij klmno pqrs tuv wxyz" and the o/p should be "cba gfed jih onmlk srqp vut zyxw"

2 Answers  


Where local variables are stored in c?

0 Answers  


What are the preprocessor categories?

0 Answers  


we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?

0 Answers  


what is answer for perfect number????????????????

1 Answers  






how to make program without <> in library.

1 Answers   ADITI,


what is the diff between the printf and sprintf functions?? and what is the syntax for this two functions ??

5 Answers  


What is difference between stdio h and conio h?

0 Answers  


Explain what is the concatenation operator?

0 Answers  


program to find the magic square

1 Answers   Infosys,


Can include files be nested?

0 Answers  


How are pointers declared in c?

0 Answers  


Categories