Process Identification
In the system, there are lots of processes. We can identify one process uniquely by its Process ID or PID.
We have a special system call getpid()
to retrieve the PID of the current process.
You can run multiple time to check the pid changes!
Last updated