Question: Question 20 Give the output for the following code. int main (void) ( int pid; printf(1); fflush (stdout); pid - fork ) if (pid !-

 Question 20 Give the output for the following code. int main

Question 20 Give the output for the following code. int main (void) ( int pid; printf("1"); fflush (stdout); pid - fork ) if (pid !- 0) f sleep (20) printf ("2"); fflush (stdout) pid-fork) if (pid !- 0) ( sleep (50)printf ("3"); fflush (stdout) else f sleep (20) printf ("4"); fflush (stdout); else sleep (50) printf ("5"); fflush (stdout); printf("6"); fflush (stdout)

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!