what is labelled break statement
Answers
Answered by
3
Answer:
In labelled break statement we give a label/ name to loop.When this break statement is encountered with the name of the loop ,it skips the execution any statement after it and takes the control light out of this labelled loop.
Similar questions