Ask Question
3 June, 21:12

What does a break statement do

+3
Answers (1)
  1. 3 June, 23:52
    0
    The break statement in C programming has the following two usages - When a break statement is encountered inside a loop, the loop is immediately terminated and the program control resumes at the next statement following the loop. It can be used to terminate a case in the switch statement
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “What does a break statement do ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers