C-05-Q111mediumsingle_mcq
In a program where i starts at 0 and the loop runs while (i < 5), printing a line and increasing i by 1 each time, the line is printed —
In a program where i starts at 0 and the loop runs while (i < 5), printing a line and increasing i by 1 each time, the line is printed —
- a5 times
- b4 times
- c6 times
- d1 time