execle - It loads & executes new child process by placing it in memory previously occupied by the parent process.
spawnv - Parameters are passed as an array of pointers. It loads & executes new child process.
getpid - It returns the process identifier.
execlp - It loads & executes a new child process by placing it in memory previously occupied by the parent process.