InterviewSolution
Saved Bookmarks
| 1. |
Which of the following calls never returns an error?(a) getpid(b) fork(c) ioctl(d) openI have been asked this question in an interview.My enquiry is from The Fork and exec System Calls in portion The Linux System of Operating System |
|
Answer» The CORRECT CHOICE is (a) getpid |
|