Question: Suppose you run the following program on your shell main() printf(%d , i); fork(); i=i+2; printf(d , 1); fork(); 1-i3; printf(%dIn, i) Please explain what

Suppose you run the following program on your shell main() printf("%d ", i); fork(); i=i+2; printf("d ", 1); fork(); 1-i3; printf("%dIn", i) Please explain what you will see on your screen after you run this program/script and why
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
