McqMate
| Q. |
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» C. skips the rest of the loop in current iteration | |
View all MCQs in
Object Oriented Programming with C++ (OOP in C++)No comments yet