GATE | CS | 2008 | Operating System | System Calls | Question 66

Last Updated :
Discuss
Comments

A process executes the following code

for (i = 0; i < n; i++) fork();

The total number of child processes created is

n

2n - 1

2n

2(n+1) - 1

Share your thoughts in the comments