the operator for exponencation is
a.**
b.^
c.%
d.not available
Answer Posted / valli
No expoenetial operator avaialble.
but library function pow() can be used.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Does sprintf put null character?
What is getch() function?
Explain what is the benefit of using #define to declare a constant?
Write a program to find the biggest number of three numbers in c?
What does node * mean?
Why void is used in c?
Why does everyone say not to use scanf? What should I use instead?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
In c language can we compile a program without main() function?
Define circular linked list.
Explain can static variables be declared in a header file?
What is operator promotion?
What is putchar() function?
Why is c called a mid-level programming language?