Question: How many NEW processes are created by executing the following code on a Unix computer ? (assume all fork() calls succeed) for (i=1; i
How many NEW processes are created by executing the following code on a Unix computer ?
(assume all
fork() calls succeed)
for (i=1; i<=3; i++) { fork(); }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
