

MCQOPTIONS
Saved Bookmarks
1. |
Point out the error, if any in the for loop.
#include
|
A. | There should be a condition in the for loop |
B. | The two semicolons should be dropped |
C. | The for loop should be replaced with while loop. |
D. | No error |
Answer» E. | |