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 %p mean c?
Why is main function so important?
What is the heap?
Write a program on swapping (100, 50)
how to construct a simulator keeping the logical boolean gates in c
Is there a way to switch on strings?
What is difference between union All statement and Union?
Write a program to print factorial of given number using recursion?
What is c programing language?
main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none
What is the advantage of c?
What is #include stdlib h?
What is the default value of local and global variables in c?
What is c mainly used for?
Why c is called top down?