the operator for exponencation is
a.**
b.^
c.%
d.not available
Answer Posted / 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 |
Post New Answer View All Answers
write a program to find out prime number using sieve case?
What is conio h in c?
What is the difference between array and pointer in c?
what do the 'c' and 'v' in argc and argv stand for?
What is use of #include in c?
What would be an example of a structure analogous to structure c?
Why dont c comments nest?
What is the significance of scope resolution operator?
What are the disadvantages of external storage class?
How does free() know explain how much memory to release?
What is sizeof return in c?
What does volatile do?
Explain how can I make sure that my program is the only one accessing a file?
How do I send escape sequences to control a terminal or other device?
How can I find out if there are characters available for reading?