when a process is created using fork(). what is shared
between parent process and child process.
1.Heap 2. stack 3. shared memory segments 4. I/O handles
Answer Posted / sushil kumar
(3)shared memory segments
reason:-When a fork() system call is issued, a copy of all
the pages corresponding to the parent process is created,
loaded into a separate memory location by the OS for the
child process.
| Is This Answer Correct ? | 43 Yes | 5 No |
Post New Answer View All Answers
What replaced ifconfig?
Can you move program files from c to d?
What are the three types of file system?
How long should a chkdsk r take?
How do I find my hidden files?
What is authentication in operating system?
What is the cause of thrashing? How does the system detect thrashing?
What is resource allocation graph?
What are the 5 basic filing systems?
Can I run 64 bit on x86?
When does thrashing occur?
Is operating system a software?
Briefly explain the concept of Virtual Memory.
Explain paging, faulting, and deadlock?
What are the different ram standards/versions?