Question 13889 – Operating-Systems
March 20, 2024
Question 13055 – Operating-Systems
March 20, 2024
Question 13889 – Operating-Systems
March 20, 2024
Question 13055 – Operating-Systems
March 20, 2024

Question 13167 – Operating-Systems

When a process is created using fork(), what is shared between parent process and
child process?

Correct Answer: B

Question 935 Explanation: 
Only the shared memory segments are shared between the parent process and the newly forked child process.And the rest like heap,stack are duplicated.
A
Stack
B
Code segments
C
I/O handles
D
Heap

Leave a Reply

Your email address will not be published. Required fields are marked *