Computer Science, asked by Bobbyaahana1124, 1 year ago

Enlist different system calls for process creation and termination

Answers

Answered by PiyushSinghRajput1
4

Process Creation & Termination. ... The newly created process is called the child process and the process that initiated it (or the process when execution is started) is called the parent process. After the fork() system call, now we have two processes - parent and child processes.

Answered by Anonymous
2

Answer:

It is the process creation to the system calls fir the process creation and termination ..#

Similar questions