Q247
When a break statement is used in a loop, the control skips the rest of the statements in the loop after it and jumps
A.
to the last lines in the program
B.
to the next statement written after the body of the loop
AnswerC.
to the first statement in the body of the loop
D.
All of the above
E.
None of the above
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board