- 1 Predict The Output Of This Program Fragment P 227 I 0 While I 5 Printf 3d 3d N I 10 I I I 1 1 (11.61 KiB) Viewed 26 times
1. Predict the output of this program fragment: p#227 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: p#227 i=0; while (i <=5){ printf("%3d%3d\n", i, 10 - i); i=i+1; }
1. Predict the output of this program fragment: p#227 i=0; while (i <=5){ printf("%3d%3d\n", i, 10 - i); i=i+1; }