When a child process is created, which of the following is a pos

分类: OS 发布时间: 2023-11-15 03:37 浏览量: 1

When a child process is created, which of the following is a possibility in terms of the execution or address space of the child process?

A.The child process runs concurrently with the parent.

B.The child process has a new program loaded into it.

C.The child is a duplicate of the parent.

D.All of the above

正确答案是D