

MCQOPTIONS
Saved Bookmarks
1. |
The ……………………… statement at the end of each block signals the end of a particular case and causes an exit from the switch statement, transferring the control to the statement following the switch. |
A. | switch |
B. | break |
C. | continue |
D. | default |
Answer» C. continue | |