I have 2 programs
The first program would call fork() and assign it to p. When p == 0, it implies child process.
fork()
p
p == 0
//