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
If the size of int data type is two bytes, what is the range of signed int data type?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
What is c preprocessor mean?
simple program of graphics and their output display
Can you write the function prototype, definition and mention the other requirements.
How can I pad a string to a known length?
Can you write the algorithm for Queue?
What is the general form of a C program?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
Write a program to swap two numbers without using third variable?
How can a program be made to print the name of a source file where an error occurs?
writ a program to compare using strcmp VIVA and viva with its output.
Is a house a mass structure?
Describe the header file and its usage in c programming?
What does c mean before a date?