A
Q. What will be the output of this code?
Code:
int i = 0;
while (i++ < 3)
printf("%d ", i);
while (i++ < 3)
printf("%d ", i);
- Correct Answer - Option(B)
- Views: 22
- Filed under category C Programming
- Hashtags:
Discusssion
Login to discuss.