C-18-Q061mediumsingle_mcq
When the condition associated with continue is false, the compiler:
When the condition associated with continue is false, the compiler:
- aStill executes
continue - bIgnores the
continuestatement and executes the next statement - cRestarts the program
- dThrows an error