Page 1 of 1

1. Predict the output of this program fragment: i = 0; while (i <= 5) { printf("%3d%3d\n", i, 10 - i); i = i + 1; }

Posted: Fri May 20, 2022 6:11 pm
by answerhappygod
1 Predict The Output Of This Program Fragment I 0 While I 5 Printf 3d 3d N I 10 I I I 1 1
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 21 times
1. Predict the output of this program fragment: i = 0; while (i <= 5) { printf("%3d%3d\n", i, 10 - i); i = i + 1; }