in Operating System
624 views
0 votes
0 votes

which memory segment will share ???kindly provide the explaination 

in Operating System
624 views

3 Answers

1 vote
1 vote
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