Computer Science, asked by sunillambaS9906, 1 year ago

Why do parent need exit status of child operating system?

Answers

Answered by hs26102005
1

When a process terminates, it becomes what is known as a Zombie or a defunct process. So, zombies are present, so that the parent process can read the child's exit status through the wait system call. When a particular program exits, its exit status is stored in the PCB present in the operating system.


Answered by himanshu1125
0

Answer:

Above answer is perfect

Similar questions