Which of the following system call is used for replicating a process?
(a) fork
(b) exec
(c) wait
(d) _exit
The question was asked by my school principal while I was bunking the class.
My doubt stems from Process Control Basics topic in chapter System Programming II – Process Control & Unix System Performance of Unix