Advertisements
Advertisements
Question
The outer loop follows next iteration when iterations of inner loop is over.
Options
True
False
MCQ
True or False
Solution
This statement is True.
Explanation:
In a nested loop, the inner loop completes with each iteration of the outer loop. Only when the inner loop has completed all of its iterations does the outer loop proceed to the next iteration.
shaalaa.com
Is there an error in this question or solution?