Report Bug
Qus : Which of these system calls is used to create a new process?
QusWhich of these system calls is used to create a new process?

A. exit()
B. fork()
C. kill()
D. wait()


Solution
B. fork()






Report Bug