

MCQOPTIONS
Saved Bookmarks
1. |
Consider the following code snippet. What will be the role of the continue keyword in the above code snippet? |
A. | The continue keyword restarts the loop |
B. | The continue keyword skips the next iteration |
C. | The continue keyword skips the rest of the statements in that iteration |
D. | None of the mentioned |
Answer» D. None of the mentioned | |