R
Q. What is the output of the C Program?
int main() { int a=0; a = 4 + 5/2*10 + 5; printf("%d", a); return 0; }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What is the output of C Program with switch statement or block.?
Q. Identify wrong C Keywords below.
Q. What is the problem in the following C declarations?
Q. What is the value of EOF in C?
Q. Which function is used to seek the file pointer position in C?
Q. Choose a correct statement about C Bitwise operators?
Q. What will be the output of the following C code?
Q. What would be the equivalent pointer expression for referring the array element a[i][j][k][l]
Q. What will be output for the following code?
Q. Which of the following symbol is used to denote a pre-processor statement?
Discusssion
Login to discuss.