A
Q. What is the output?
Code:
int x = 2 * 3 + 4;
printf("%d", x);
printf("%d", x);
- Correct Answer - Option(A)
- Views: 31
- Filed under category C Programming
- Hashtags:
Discusssion
Login to discuss.