Computer Science, asked by yash11113, 11 months ago

what is labelled break statement

Answers

Answered by Anonymous
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