Question 28 Part 4 Program output Determine and explain the outputs of the following programs (specify the outputs first
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Question 28 Part 4 Program output Determine and explain the outputs of the following programs (specify the outputs first
Question 28 Part 4 Program output Determine and explain the outputs of the following programs (specify the outputs first and then explain briefly). Ensure that you have covered all paths of logic through the code. main () { } int i=1; printf ("This is the round number %d \n", i); fork(); i++; printf("This is the round number &d \n", i); fork (); i++; printf ("This is the round number %d\n", i);