Multiple choice

Which system call causes the current process to be split into two processes - a parent and a child?

  1. pipe() system call

  2. fork() system call

  3. msgget() system call

  4. msgrcv() system call

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

This system call causes the current process to be split into two processes - a parent and a child.