Question: How many processes are created for the following program: #include #include int main() { /*fork a child process */ fork(); /*fork another child process */

How many processes are created for the following program: #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
