What is displayed by the C statements that follow if the value input is 2?
```
scanf("%d", &ctl);
switch (ctl) {
case 0:
case 1:
printf("red ");
case 2:
printf("blue ");
case 3:
printf("green ");
case 4:
printf("yellow");
}
printf("\n");
```
a. red
b. blue
c. green
d. yellow
e. blue green yellow
e. blue green yellow
You might also like to view...
________ enables you to chat with friends on your computer using text, audio, or video
Fill in the blank(s) with correct word
In regard to SkyDrive security levels, a setting of ________ means that your friends on Windows Live can either view or modify it depending on the option you choose
A) my friends and their friends B) friends C) some friends D) me
The buttons for each major component of Outlook are available at the bottom of the ________
Fill in the blank(s) with correct word
Which of the following choices represents an example of a high risk?
A. Employees with limited database access leaving for job opportunities with competitors B. Third party intruders that threaten to obtain access to database information and publish it C. Sensitivity to the risk of disclosure by sales and marketing members who are approached to share information for financial gain D. Competitors that regularly attempt to obtain access to database information or obtain a copy of it