1.

In UNIX operating system, when a process creates a new process using the fork() system call, which of the following state is shared between the parent process and child process?

A. Heap
B. Stack
C. Shared memory segments
D. Both Heap and Stack
Answer» D. Both Heap and Stack


Discussion

No Comment Found