Question 14
Which of the following statements is/are true about the switch statement in C?
The break statement is compulsory to use with switch statement.
The default statement is compulsory to use with switch statement.
The default statement is optional with switch statement.
Multiple case labels can be used with switch statement.