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
Can we use visual studio for c?
By using C language input a date into it and if it is right?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
Why functions are used in c?
Write a program to swap two numbers without using the third variable?
What is %lu in c?
develop algorithms to add polynomials (i) in one variable
What is the difference between strcpy() and memcpy() function in c programming?
Difference between macros and inline functions? Can a function be forced as inline?
What is c value paradox explain?
What are the loops in c?
What is the difference between printf and scanf in c?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
what are the facialities provided by you after the selection of the student.