Question: Implement a C program that creates two child processes. One child will execute the who Unix command and the other the cal 5 2015 command.
Implement a C program that creates two child processes.
One child will execute the who Unix command and the other the cal 5 2015 command.
The parent process will print the message Done after both children have finished. Make sure the parent reaps its children.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
