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
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
What does *p++ do?
What are the advantage of c language?
Difference between macros and inline functions? Can a function be forced as inline?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
What is uint8 in c?
What does void main () mean?
Write a program to check whether a number is prime or not using c?
What are the differences between new and malloc in C?
How can I discover how many arguments a function was actually called with?
What are types of functions?
Why is c so powerful?
Why main function is special give two reasons?
What are the uses of null pointers?