July2016 cs Q50

0. In Unix operating system, when a process creates a new process using the fork () system call, which of the following state is shared between the parent process and child process?

  • Option : C
  • Explanation :
    In Unix operating system, when a process creates a new process using the fork () system call, then memory segments are shared between parent process and child process but stack and heap area are not shared between parent process and child process. So, option (C) is correct.
Cancel reply

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


Cancel reply

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