Operating System Process Creation
Q In UNIX, the return value for the fork system call is _____ for the child process and _____ for the parent process.
  • A A. A negative integer, zero
  • B B. Zero, a negative integer
  • C C. Zero, a nonzero integer
  • D D. Process to the parent and returns zero to that newly created (child) process.
Leave a Comment