Question: #include main() { int pidi, pid2; pidi = fork(); // fork 1 if (pidi > 0) exit (-1); else pid2 = fork(); // fork 2

#include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
