What do you mean by a nested loop?
43 Likes
When a loop is contained inside another loop it is termed as nested loops
Answered By
26 Likes
Differentiate between Break and continue
Differentiate between Labelled break and Unlabelled break
In what situation you need a nested loop?
How will you terminate outer loop from the block of the inner loop?