Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Which of the following statements about switch statements in C is/are TRUE?
The switch expression must evaluate to an integer or a value that can be promoted to an integer type
If no break statement is used after a case, execution continues into the next case, if present
The default case is optional in a switch statement
The switch expression can be of any data type, including float and double
Two case labels in the same switch can have the same constant value
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!