

MCQOPTIONS
Saved Bookmarks
1. |
The continue statement |
A. | resumes the program if it is hanged |
B. | resumes the program if it was break was applied |
C. | skips the rest of the loop in current iteration |
D. | all of above |
Answer» D. all of above | |