Problem
I am using Oracle VM virtualbox to run this code in a terminal. Any help and comments explaining what the code is doing would be very helpful!
Write a C program to create a process and print process id for the Parent and child, make sure the child process id should be printed before the parent process id.