the operator for exponencation is
a.**
b.^
c.%
d.not available
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / valli
No expoenetial operator avaialble.
but library function pow() can be used.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / 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 |
How does pointer work in c?
Explain the difference between strcpy() and memcpy() function?
Discuss the function of conditional operator, size of operator and comma operator with examples.
How do you sort filenames in a directory?
What is unary operator?
print 1-50 with two loop & two print Statement
Explain how can I manipulate strings of multibyte characters?
What is equivalent to ++i+++j?
print pattern 1 1 33 33 555 555 77777777 555 555 33 33 1 1
Is fortran still used in 2018?
Write a program to identify if a given binary tree is balanced or not.
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question