M
Q. What will be the output of the following code snippet?
#include <stdio.h> #define VAL 3 * (2 + 6) void solve() { int a = 10 + VAL; printf("%d", a); } int main() { solve(); 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. Output of the following program
Q. Can a loop be nested in C programming?
Q. What are the new features of C11 or ISO IEC 9899 2011 standard?
Q. What is the use of "#pragma once"?
Q. A C-style comment, simply surround the text with ___.
Q. What will be the output of the following C program?
Q. What is the output of C Program with switch statement or block.?
Q. What is the minimum and maximum values in Octal Number System?
Discusssion
Login to discuss.