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
Will my laptop run faster with more ram?
How do you format a pc?
How do I go to a specific line in vi?
List the issues related to the handheld system.
Does a clean install erase everything?
What are the different phases of compiler? What happens in lexical phase?
Give a non-computer example of preemptive and non-preemptive scheduling?
How much ram can 64 bit use?
What are the different functions of Syntax phase, Sheduler?
Can I have two browsers on my computer?
Will chkdsk fix bad sectors?
Explain about assembler and the functions executed by them?
Describe system calls and its type
Explain how a TP Monitor manages memory and processor resources more effectively than a typical operating system.
What is ThreadPool?