InterviewSolution
Saved Bookmarks
| 1. |
Which of the following system call is used for opening or creating a file?(a) read(b) write(c) open(d) closeThe question was posed to me in an interview.I need to ask this question from System Calls Basics topic in portion System Programming I – Files of Unix |
|
Answer» The correct ANSWER is (C) open |
|