Differentiate between Labelled break and Unlabelled break
80 Likes
Labelled break can be used to exit out of a deeply nested set of loops whereas Unlabelled break only exits from the loop within which it is enclosed.
Answered By
54 Likes
Differentiate between Nested if and nested loop
Differentiate between Break and continue
What do you mean by a nested loop?
In what situation you need a nested loop?