

MCQOPTIONS
Saved Bookmarks
1. |
The break statement causes an exit |
A. | Only from the innermost loop |
B. | Only from the innermost switch |
C. | From the innermost loop or switch |
D. | From the program. |
Answer» D. From the program. | |