InterviewSolution
Saved Bookmarks
| 1. |
open system call returns the file descriptor as ___(a) int(b) float(c) char(d) doubleI have been asked this question in a national level competition.I need to ask this question from System Calls Basics topic in chapter System Programming I – Files of Unix |
|
Answer» The correct answer is (c) char |
|