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 is critical section problem?
What does the 400 mhz signify in a ram specification?
What is process synchronization?
What is the safest computer operating system?
What is a full form of ok?
What does direct input mean?
What do you mean by a process?
Can a 64 bit computer run 32 bit programs?
How do I completely remove all traces of a program?
What is validity fault?
What are the deadlock avoidance schemes?
Explain the difference between logical & physical address.
Name the different types of memory?
What are device drivers?
What are the 3 types of software?