Question: 2. How many processes will be created when the following program is executed? Assume that all fork system calls are successful. What will be printed?

2. How many processes will be created when the following program is executed? Assume that all fork system calls are successful. What will be printed? int main() { int i = 1; int result = 0; for (i = 1; i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
