The if statement
```
if (13 < 12)
printf("never\n");
else
printf("always\n");
```
a. displays never.
b. displays always.
c. will not compile since 13 is not less than 12.
d. causes a run-time error since 13 is not less than 12.
e. displays nothing since 13 is not less that 12.
B
Computer Science & Information Technology
You might also like to view...
Information such as the page number and the date the document was created typically are placed in the header of the document
Indicate whether the statement is true or false
Computer Science & Information Technology
____________ refers to all the physical devices, or components, of which a computer is made.
a. Hardware b. Workstation c. Machine d. System
Computer Science & Information Technology