Question: Operating System You have executed the following C program: main () { int pid; pid = fork (); printf (%d , pid); } What are
Operating System
You have executed the following C program:
main ()
{ int pid;
pid = fork ();
printf (%d , pid);
}
What are the possible outputs, assuming the fork succeeded?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
