Problem Statement : Process control system calls: The ...

pid = fork(); //Here, the child process is created and both child & parent run. //
simultaneously. fork() returns 0 to child. process and pid of //child to parent
process.

Part of the document