https://quizack.com/system-programming/mcq/how-does-a-programmer-distinguish-a-child-from-its-parent-process-following-a-fork-system-call
Answer:
The system call returns 0 to the child and the pid of the child to the parent.
Note: This Question is unanswered, help us to find answer for this one
More System Programming MCQ Questions