-
What is true about a break?
-
- Break halts the execution of the loop for certain time frame
- Break stops the execution of entire program
- Break forces the control out of the loop and starts the execution of next iteration
- Break halts the execution and forces the control out of the loop
- None of these
Correct Option: D
Break halts the execution and forces the control out of the loop.