Ask Question

Which statement in switch case structure transfers the control flow outside the structure? switch statement break statement case statement default statement counter statement

+2
Answers (1)
  1. 16 February, 04:22
    0
    Break statements break out of the enclosing structure, be it a switch or loop construct.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Which statement in switch case structure transfers the control flow outside the structure? switch statement break statement case statement ...” 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