Saved Bookmarks
| 1. |
Which of the following calls never returns an error?(a) getpid(b) fork(c) ioctl(d) open |
|
Answer» The correct choice is (a) getpid The explanation is: None. |
|