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. Which function is used to delete the allocated memory space?
Q. What will be output of the following c code?
Q. Type of data and its value is described dy
Q. What will be the output of the following C code?
Q. What will be output of the following c code?
Q. Which are the fundamental data types in C?
Q. What is the output of C program?
Q. Correct way of commenting a single line is?
Discusssion
Login to discuss.