

MCQOPTIONS
Saved Bookmarks
1. |
In the program given below, point out the error, if any, in the for loop. |
A. | There should be a condition in the for loop. |
B. | The two semicolons should be dropped. |
C. | The for loop should be replaced by a while loop. |
D. | No error |
Answer» E. | |