the operator for exponencation is
a.**
b.^
c.%
d.not available
Answer Posted / sraddha
d.not available is d right ans.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Explain how do you convert strings to numbers in c?
What is the return type of sizeof?
What does double pointer mean in c?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
What is bubble sort technique in c?
Explain how do you use a pointer to a function?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
Explain how do I determine whether a character is numeric, alphabetic, and so on?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What is the purpose of sprintf() function?
Are c and c++ the same?
Can you please explain the difference between syntax vs logical error?
Does * p ++ increment p or what it points to?
What are the different types of C instructions?
Differentiate between functions getch() and getche().