Question: Can you explain the below written C code? #include #include #include #include int main() { int status; int pid; /// first fork pid=fork(); if(pid return
Can you explain the below written C code?
#include
int main() { int status; int pid; /// first fork pid=fork();
if(pid
return 0;
}

fork() fork() fork() exit (0) exit (0) exit (0) exit(0)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
