Operating Systems

In computer science, Zombie process refers to which of the following?

Correct answer

C. A process that has completed execution but still has an entry in the process table because its exit status has not been read.

Explanation

Zombie process refers to a process that has completed execution but still has an entry in the process table because its exit status has not been read.