338 views
1 votes
1 votes
Which of the folllowing is true ?

1.  the parent and children share all resources in common.

2.  children share only a subset of their parent's resources.

1 Answer

0 votes
0 votes

 by Sushant Gokhale

The parent and child don't share resources like stack or particularly the register set is not the same. stack, program counter etc 

But they may share resources like open files, memory etc. which also has a concept of copy-on-write involved.
 

Related questions

2 votes
2 votes
1 answer
1
2 votes
2 votes
1 answer
2
Akriti sood asked Oct 16, 2016
1,939 views
what is the time complexity in creating a BInary search tree from an unsorted array??
1 votes
1 votes
1 answer
3