Program is created. Forked the process . Goes to parent first , execute its command , WAIT system call used to go into child process. Child prints the system time and returns back to parent ending the wait status. preventing orphan situation. Program ended.
Testing Success!!