Which of the following statements about the switch statement is false?
A. The switch statement is a form of multiway selection.
B. The default label is optional.
C. The switch statement requires one or more case labels.
D. The switch expression must evaluate to an integral.
E. The actions associated with a case label are terminated automatically when another case label or the default label is reached.
Answer: E
You might also like to view...
The keyboard shortcut to enter the current date is Ctrl + #
Indicate whether the statement is true or false
The file svchost.eve should always be located outside the System32 directory
Indicate whether the statement is true or false.
The _________________________ is the location of files that have been deleted.
Fill in the blank(s) with the appropriate word(s).
Which of the following ports should be open if a server is configured as an email server with high security for incoming connections? (Choose two.)
A. TCP 110 B. TCP 143 C. TCP 161 D. TCP 993 E. TCP 995