A
Q. What will be the output of the following statements ?
Code:
int i = 3;
printf(“%d%d”,i,i++);
printf(“%d%d”,i,i++);
- Correct Answer - Option(C)
- Views: 24
- Filed under category C Programming
- Hashtags:
Discusssion
Login to discuss.