InterviewSolution
Saved Bookmarks
| 1. |
Which system call can be used by a parent process to determine the termination of child process?(a) wait(b) exit(c) fork(d) getI had been asked this question in an internship interview.The doubt is from Processes in portion Processes of Operating System |
|
Answer» Right choice is (a) wait |
|