Question: help pls asap 8. Processes: Answer the following questions a) (5 points) Explain the use of fork() system call. b) (5 points) Assuming fork 0

8. Processes: Answer the following questions a) (5 points) Explain the use of fork() system call. b) (5 points) Assuming fork 0 is successful, how many times will the message "Super Bowll" be displayed? maino I int a=0 : int pid = fork 0 : a+t; if (pid =0 ) ( pid = fork ( ): at+; I else | at+ I printf("Super Bowl!(n"); printf("a is \%cdn", a); 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
