Question: Suppose you run the following program on your shell. #include #include int i,j = 0; main() { i++; // i=i+1; printf(%d , i); fork(); i+=8;
Suppose you run the following program on your shell. #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
