I was learning process management concept in operating system. Before that i came to know that processor can run one process at a time and to handle multiple processes we have process management.
At the very basic level process is just instance of program (code) and process management program is also code. Hence process management is itself a process.
So how come this process of process management program run along with other processes.
Note : I am assuming that CPU can only run single process at a time