- 1 Predict The Output Of This Program Fragment I 0 While I 5 Printf 3d 3d N I 10 I I I 1 1 (40.51 KiB) Viewed 19 times
1. Predict the output of this program fragment: i = 0; while (i <= 5) { printf("%3d%3d\n", i, 10 - i); i = i + 1; }
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
1. Predict the output of this program fragment: i = 0; while (i <= 5) { printf("%3d%3d\n", i, 10 - i); i = i + 1; }
1. Predict the output of this program fragment: i = 0; while (i <= 5) { printf("%3d%3d\n", i, 10 - i); i = i + 1; }