Saved Bookmarks
| 1. |
Which of the following system calls does not return control to the calling point, on termination?(a) fork(b) exec(c) ioctl(d) longjmp |
|
Answer» The correct answer is (b) exec To explain I would say: None. |
|