Question: Analyze the following program. Suppose you executed this program. How many processes will remain in the system? How many of them will be in the
Analyze the following program. Suppose you executed this program. How many processes will remain in the system? How many of them will be in the state ready to run or running and how many of them will be blocked?

main() f fork (); if (fork ()==0) pause (); fork (); if ( fork ()==0) while (1); pause ()
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
