the operator for exponencation is
a.**
b.^
c.%
d.not available
Answer Posted / 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 |
Post New Answer View All Answers
Why isn't it being handled properly?
Tell me about low level programming languages.
Where can I get an ansi-compatible lint?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
why wipro wase
Explain what does the format %10.2 mean when included in a printf statement?
How can I automatically locate a programs configuration files in the same directory as the executable?
Without Computer networks, Computers will be half the use. Comment.
What is an lvalue in c?
What are the properties of union in c?
Is it acceptable to declare/define a variable in a c header?
How do I get a null pointer in my programs?
Why n++ execute faster than n+1 ?
What is an example of structure?
What are qualifiers?