M
Q. What will be the output of the following code snippet?
#include <stdio.h> void solve() { int x = 2; printf("%d", (x << 1) + (x >> 1)); } 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 of the following will be the type of ‘res’?
Q. ______ is an example of compile time polymorphism
Q. What is the correct syntax to declare a variable in C?
Q. C language was invented in which laboratories?
Q. Each statement in a C program should end with?
Q. Find a correct C Keyword below.
Q. What will be the output of the following code snippet?
Discusssion
Login to discuss.