the operator for exponencation is
a.**
b.^
c.%
d.not available
Answer Posted / valli
No expoenetial operator avaialble.
but library function pow() can be used.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is #include cctype?
What is build process in c?
Can you please explain the difference between strcpy() and memcpy() function?
What is the difference between formatted&unformatted i/o functions?
What is data types?
Explain what happens if you free a pointer twice?
What is assignment operator?
How many keywords (reserve words) are in c?
write a c program for swapping two strings using pointer
When should the register modifier be used? Does it really help?
What is the purpose of sprintf?
Is javascript based on c?
What is the use of sizeof () in c?
What is the benefit of using const for declaring constants?
What is getche() function?