How will you terminate outer loop from the block of the inner loop?
30 Likes
By using Labelled break statement.
Answered By
20 Likes
What do you mean by a nested loop?
In what situation you need a nested loop?
What do you mean by labelled break statement? Give an example.
Write down the syntax of a nested for loop.