What does %c do in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is variables in c?
What is a pragma?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
Tell us the use of fflush() function in c language?
What is c system32 taskhostw exe?
Explain how do you determine the length of a string value that was stored in a variable?
What are register variables? What are the advantage of using register variables?
What is file in c language?
the maximum value that an integer constant can have is a) -32767 b) 32767 c) 1.701e+38 d) -1.7014e+38
C program code int zap(int n) { if(n<=1)then zap=1; else zap=zap(n-3)+zap(n-1); } then the call zap(6) gives the values of zap [a] 8 [b] 9 [c] 6 [d] 12 [e] 15
How. To pass the entrance test
write a statement to display all the elements array M(in reverse order? int M[8]={20,21,22,23,24,25,26,27};