What is the difference between a break statement and a continue statement?
Break Statement | Continue Statement |
---|---|
This is used for breaking a loop or iteration. | This is used for continuing a loop or iteration. |
BY Best Interview Question ON 18 Nov 2020