CBSE Class 11 Computer Science
Question 87 of 161
Flow of Control — Question 11
Back to all questions 11
Question Question 11
In which cases, the else clause of a loop does not get executed?
Answer
The else clause of a loop does not get executed if the loop is terminated due to the execution of a break statement inside the loop.