0
3.8kviews
What is Process creation? and also explain, about separate process using the Win32 API.
1 Answer
0
84views

Solution:

Process creation:

  • A process may create several new processes, via a create-process system call, during the course of execution.

  • The creating process is called a parent process, and the new processes are called the children of that process. Each of these new processes may in turn create other processes, …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.