R
Q. What is the output of the C Program?
int main() { int a=0; a = 10 + 2 * 12 /(3*2) + 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. When 1 is entered, the output of the code below is?
Q. Libray function getch() belongs to which header file?
Q. How many lines of output does the following C code produce?
Q. What will be the output of the following code snippet?
Q. What is the output of C program with structure arrays?
Q. The value of an automatic variable that is declared but not initialized will be
Q. Choose a syntax for C Ternary Operator from the list.
Discusssion
Login to discuss.