InterviewSolution
Saved Bookmarks
| 1. |
Which of the following system call uses file descriptor as an argument?(a) read(b) write(c) close(d) read, write, closeI have been asked this question in quiz.Question is from File Handling System Calls in chapter System Programming I – Files of Unix |
|
Answer» Right answer is (d) read, write, close |
|