When a process creates a new process using the fork operati
When a process creates a new process using the fork( ) operation, which of the following state is shared between the parent process and the child process?
A) Stack
B) Heap
C) Shared memory segments
Solution
Ans: Option C) Shared memory segments is the only one shared between parent process and the child process.
