Multiple Choice
In a switch statement:
A) A break is required after each case.
B) Multiple actions in a case do not need to be enclosed in braces.
C) A default case is required.
D) A break is required after the default case.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: An example of a unary operator is:<br>A)
Q8: Which of the following is false?<br>A) break
Q9: The _, _ and _ are the
Q10: Which of the following is not one
Q11: Variables are also known as:<br>A) lvalues, but
Q13: Consider the following code, assuming that x
Q14: Consider the execution of the following for
Q15: In C++, the condition (4 > y
Q16: Which of the following is not one
Q17: The expression if (num != 65) cannot