

MCQOPTIONS
Saved Bookmarks
1. |
A continue statement causes execution to skip to ................... |
A. | the return 0; statement. |
B. | the first statement after the loop. |
C. | the statement following the continue statement. |
D. | the next iteration of the loop. |
Answer» E. | |