What is the difference between a break statement and a continue statement? Ans. A break statement results in the termination of the statement to which it applies (switch, for, do, or while). A continue statement is used to end the current loop iteration and return control to the loop statement. - Study24x7
Social learning Network
07 Nov 2023 10:44 AM study24x7 study24x7

What is the difference between a break statement and a continue statement? Ans. A break statement results in the termination of the statement to which it applies (switch, for, do, or while). A continue statement is used to end the current loop iteration and return control to the loop statement.

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles