What is Break Statement in C
Break statement is very useful to exit from any loop such as for loop, while loop and do while loop. When the break statement is encountered in the loop then the loop will stop running the statements and immediately exit from the loop.
Syntax of Break Statement in C :
No comments:
Post a Comment
If you have any doubts, please discuss here...👇