Question: Lab #2 1. You have write a program that creates four processes. The original process creates two children processes and then prints out parent. The

Lab #2 1. You have write a program that creates four processes. The original process creates two children processes and then prints out parent. The children processes print "child1" and child2", respectively. The first child process creates a child process that prints out "grandchild. Name your program as lab21.c and save it in 435/lab2 directory. 2. Same problem as the first exercise, except that the output must be guaranteed to print out in the following order. grandchild child1 child2 parent Name your program as lab22.c and save it in 435/lab2 directory
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
