When an executable is started, the OS creates a process for it. The process created is unique for each executable and has a special number, called Process Identifier (PID), which gets assigned to each of these processes. The process of an executable contains its program code and current activity. As the processes created are unique, […]