M
Q. Output is
#include <stdio.h> void main() { int x = 20; printf(“%x”, x); }
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 will be the output of the following code snippet?
Q. What is the output of the following code snippet?
Q. If n has 3, then the statement a[++n]=n++;
Q. What will be the output of the following C code?
Q. Which of the following has compilation error in C?
Q. Which is/are the correct syntax to initialize an array in C?
Q. Which of the following is not an arithmetic expression?
Q. What is the range of values that can be stored by int datatype in C?
Discusssion
Login to discuss.