

InterviewSolution
Saved Bookmarks
1. |
what is the syntax and purpose of a switch statement? |
Answer» switch statement breaks the program where condition becomes true but not in if else but if we use break then the compiler will not check other conditionand for syntax u may see revision notes | |