Universities
Study material
Blog
Buy Now
Login
Back to Study material
object oriented programming| unit 2 control structures and functions MCQs
Difficulty: Hard
Question 1/9
Question 1
What is true about a break?
Break halts the execution and forces the control out of the loop
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 of the loop for certain time frame
Skip