InterviewSolution
Saved Bookmarks
| 1. |
What is the purpose of using break statement in switch case |
| Answer» SWITCH statement. In COMPUTER programming LANGUAGES, a switch statement is a type of selection CONTROL mechanism used to allow the value of a variable or EXPRESSION to change the control flow of program execution via search and map. | |