The................... statement causes immediate exit from the loop control structure.Fill in blank.
Answers
Answered by
2
the answer would be break statement .
Answered by
0
Break Statement
Break Statement in C is a circle control explanation that is utilized to end the loop. In general, the break articulations we utilized in the circumstances where we really want to stop the circle execution in light of the condition or not certain how often the circle is to be emphasized. In the event that the break articulations utilizing inside the settled circle, the break proclamation breaks the internal circle and starts executing the assertion after the inward circle of the program control proceed to the external circle.
Similar questions