Question: trace the following process creation by drawing a graph, the graph should like something like (note this graph is a sample of what I mean
trace the following process creation by drawing a graph, the graph should like something like

(note this graph is a sample of what I mean by "draw a graph" and is NOT the answer)
int main() { if(fork() == 0)// child printf("a "); else //parent { printf("b "); // waitpid(-1, NULL, 0); } printf("c " );
return 0; }
17 B2 bye Q7 LU . 17 B2 bye Q7 LU
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
