Question: You have executed the following C program: main () { int pid; pid = fork (); printf (%d , pid); } What are the
You have executed the following C program:
main ()
{ int pid;
pid = fork ();
printf (ā%d \nā, pid);
}
What are the possible outputs, assuming the fork succeeded?
Step by Step Solution
3.42 Rating (177 Votes )
There are 3 Steps involved in it
The possible outputs of the fork function are ... View full answer
Get step-by-step solutions from verified subject matter experts
