Multiple Choice
Which of the following statements is true
A) strings can be used in switch expressions, but string literals cannot be used in case labels.
B) strings cannot be used in switch expressions, but string literals can be used in case labels.
C) strings can be used in switch expressions, and string literals can be used in case labels.
D) strings cannot be used in switch expressions, and string literals cannot be used in case labels.
Correct Answer:

Verified
Correct Answer:
Verified
Q1: Which of the following statements about the
Q2: It's possible to specify that a constant
Q4: Which of the following is equivalent to
Q6: Only one control variable may be initialized,incremented
Q7: Control-statement stacking is the process of:<br>A) placing
Q8: Only the statements for one case can
Q9: Braces are normally included with do…while statements
Q10: A control variable that's declared in a
Q11: The initialization and increment expressions in a
Q23: Which statement below is false?<br>A) Structured programming