

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