Question: Consider the following C program. #include main () {int pid; pid = fork(); if(pid = = 0) fork(); fork(); printf(I'm a process:) );} How many

Consider the following C program. #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
