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(1);
fork();
printf(0);
return 0;
}
Also write how many 1s 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 blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!