Q. Writing a C program that accepts input from keyboard, rather than from a file is advantageous because (Solved)
1. keyboard is a file that is already open
2. it can be used in a pipe, if it writes to stdout
3. both (a) and (b)
4. none of the above
- c. both (a) and (b)