what statment breakes the squence by its label
Answers
Answer:
The break; continue; and goto; statements are used to alter the normal flow of a program. Loops perform a set of repetitive task until text expression becomes false but it is sometimes desirable to skip some statement/s inside loop or terminate the loop immediately without checking the test expression.
Explanation:
plz give me lot of thanks
αnswєr✔️✔️
In C programming, break statement is used with conditional if statement.
In C programming, break statement is used with conditional if statement.The break is used in terminating the loop immediately after it is encountered.
In C programming, break statement is used with conditional if statement.The break is used in terminating the loop immediately after it is encountered.it is also used in switch...case statement. which is explained in next topic.
hσpє ít hєlps чσu⚜️