Multiple Choice
Without this statement appearing in a switch construct, the program "falls through" all of the statements below the one with the matching case expression.
A) break
B) exit
C) switch
D) scope
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q27: The value of result in the following
Q28: Which statement allows you to properly check
Q29: The default section is required in a
Q30: If the expression on the left side
Q31: As a rule of style, when writing
Q33: What is the value of result
Q34: A variable, usually a bool or an
Q35: Which of the following expressions will determine
Q36: Which of the following is evaluated first,
Q37: After the following code executes, what is