a) Output will be 3, 2
b) Output will be 3, 1
c) Output will be 6, 1
d) Output is compiler dependent
Comment on the following C statement. n = 1; printf("%d, %dn", 3*n, n++);
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Comment on the following C statement. n = 1; printf("%d, %dn", 3*n, n++);
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!