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 & b
4. non of above
- c. both a & b