

MCQOPTIONS
Saved Bookmarks
1. |
What is the syntax of break command that can also be used to exit from a nested loop? |
A. | break |
B. | break loop |
C. | break n |
D. | break n+i |
Answer» D. break n+i | |