Given the code below beginning a switch statement, what type of data would be required for the value in each case clause?
?
char letter = ‘ ';
cout > letter;
?
switch (letter)
{
   ......
?

A. int
B. double
C. char
D. bool

Answer: C

Computer Science & Information Technology

You might also like to view...

A series of evenly spaced dots that appear before a tab stop is called a(n) ________

A) separator leader B) dot leader C) drop leader D) anchor

Computer Science & Information Technology

An administrator wants to connect users at three branch offices to the main office through the internet. Which of the following devices should the administrator install at the main office to BEST accomplish this goal?

A. IPS sensor B. Proxy server C. Layer 2 switch D. VPN concentrator

Computer Science & Information Technology