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
What does struct node * mean?
Explain about the functions strcat() and strcmp()?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
2) Write a program that will help Air Traffic Control for an airport to view the sequence of flights ready for take-off. The airport can accommodate 10 flights waiting for take-off at any point in time. Each flight has a unique 3 digit numeric identifier. Each time a flight takes-off, Air Traffic Control adds a flight to the waitlist. Each time a flight is added to the waitlist, the list of flights waiting to take-off must be displayed. When a flight is cleared for take-off, Air Traffic Control removes the flight from the waitlist. Each time a flight takes-off, the list of flights waiting to take-off must be displayed. Sequence of take-off is the sequence of addition to the waitlist
What is a stream water?
What are valid signatures for the Main function?
How can a program be made to print the line number where an error occurs?
What is the difference between functions getch() and getche()?
write a c program to find the sum of five entered numbers using an array named number
Why c is called top down?
define string ?
Can you explain the four storage classes in C?
I need a sort of an approximate strcmp routine?
What does emoji p mean?
How can you find the exact size of a data type in c?