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