Ask Question

What does a break statement do

+2
Answers (1)
  1. 11 December, 03:25
    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?
Find an answer to your question 👍 “What does a break statement do ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers