InterviewSolution
Saved Bookmarks
| 1. |
For reading input, which of the following system call is used?(a) write(b) rd(c) read(d) changeI have been asked this question by my college director while I was bunking the class.My question is taken from System Calls Basics in division System Programming I – Files of Unix |
|
Answer» Correct answer is (c) read |
|