Difference between fork() & vfork()

  1. vforlk() allows more one child process to be created simaltaneously whereas for() allows only one

  2. vfork() retains same PID for child & parent known as virtual PID

  3. vfork() suspends the parent process until child process exits

  4. fork() & vfork() are same


Correct Option: C

Find more quizzes: