Multiple Choice
It is a good practice to terminate the last case in a switch statement with a ____.
A) switch
B) break
C) default
D) case
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: The logical NOT operator is _.<br>A)||<br>B)&&<br>C)!<br>D)%%
Q11: Including one or more if-else statements within
Q12: Within a selection statement, an expression that
Q13: When an executing program encounters a(n) _
Q14: The use of braces to enclose a
Q16: In C, relational expressions are evaluated to
Q17: When the _ operator is used with
Q18: The simplest C selection statement is the
Q19: Indentation used within an if-else is critical
Q20: Any number of case labels may be