609 views

3 Answers

0 votes
0 votes

option c

The parent and child share only the shared memory segments.

Everything else (like stack , heap etc) is duplicated

0 votes
0 votes
c) option

code segment will get shared among child and parent process.

while the child process inherits the exact copy of heap and stack segment of parent process to its own address space.

Related questions

0 votes
0 votes
1 answer
1
Nam14 asked Apr 5, 2023
514 views
Please read below passage from 10th edition Operating System Concepts, pg. 202:5.1.3 Preemptive and Nonpreemptive SchedulingCPU-scheduling decisions may take place under ...
0 votes
0 votes
0 answers
4
vikas999 asked Aug 17, 2018
194 views
Can someone explain me the code of TSL in process synchronization from Operating Systems Concepts by Galvin?