MCQOPTIONS
Saved Bookmarks
| 1. |
Writing a C program that accepts input from keyboard, rather than from a file is advantageous because |
| A. | keyboard is a file that is already open |
| B. | it can be used in a pipe, if it writes to stdout |
| C. | both (a) and (b) |
| D. | none of the above |
| Answer» D. none of the above | |