Solved

If a Break Occurs Within the Innermost Loop of a Nested

Question 13

Multiple Choice

If a break occurs within the innermost loop of a nested loop that is three levels deep,


A) just the innermost loop will be "broken"
B) all loops are "broken" and execution continues from after the end of the loop
C) all but the outermost loops are "broken" and execution continues from the next iteration of the outermost loop
D) a syntax error is generated unless there are break or continue statements at each loop level
E) None of these are true

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions