A
Q. What is the output of the following?
Code:
int a = 5;
printf("%d", a << 1);
printf("%d", a << 1);
- Correct Answer - Option(B)
- Views: 19
- Filed under category C Programming
- Hashtags:
Discusssion
Login to discuss.