A
Q. Comment on the following C statement.
Code:
n = 1;
printf("%d, %dn", 3*n, n++);
printf("%d, %dn", 3*n, n++);
- Correct Answer - Option(D)
- Views: 17
- Filed under category C Programming
- Hashtags:
Discusssion
Login to discuss.