Question: What are the possible output sequences from the following program? 1 int main) 2 if (fork() == 0) { printf(a) exit (0); fflush (stdout); else

What are the possible output sequences from the following program? 1 int main) 2 if (fork() == 0) { printf("a") exit (0); fflush (stdout); else printf ("b") fflush(stdout) waitpid(-1, NULL, 0); 10 1 12 13 printf("c"); exit (0); fflush (stdout)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
