InterviewSolution
Saved Bookmarks
| 1. |
Which of the following system call is used for closing a file?(a) open(b) lseek(c) close(d) writeI have been asked this question in an online interview.The query is from System Calls Basics in portion System Programming I – Files of Unix |
|
Answer» Correct option is (c) CLOSE |
|