Question: Justify the answer for the following: How many child processes will be created for the following code: # include void main ( ) { fork
Justify the answer for the following:
How many child processes will be created for the following code:
# include
void main
fork;
fork;
printf;
fork;
printf;
return ;
Also write how many s and os will be printed and how?
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
