C-18-Q077mediumsingle_mcq
After a break exits a loop, execution resumes at:
After a break exits a loop, execution resumes at:
- aThe first line of the program
- bThe statement immediately after the loop
- cThe line just before the loop
- dThe end of the file