process creation and process termination in computer system is done by
Answers
Answered by
7
Answer:
Heya Here Is Ur Answer.......
Explanation:
Process creation is achieved through the fork() system call. ... 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.
Answered by
2
Answer:
Process creation is achieved through the fork() system call. ... 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.
Similar questions