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


Please Help Members By Posting Answers For Below Questions

What is the difference between printf and scanf )?

585


What is the explanation for prototype function in c?

564


What is the difference between procedural and functional programming?

513


What is storage class?

652


When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?

799






What is use of #include in c?

590


#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }

708


Are pointers really faster than arrays?

556


Explain is it better to bitshift a value than to multiply by 2?

708


how to execute a program using if else condition and the output should enter number and the number is odd only...

1651


What is the easiest sorting method to use?

632


What is structure packing in c?

602


What is the purpose of void pointer?

590


What are the parts of c program?

627


To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9

2182