Barun
Answered On : May 25th, 2012
The number of Child Processes Created would be
2^(No. of Fork() functions called)
So in the example given it would be
2^3 = 8 Child Processes

1 User has rated as useful.
Login to rate this answer.
Amit G
Answered On : May 29th, 2012
2^3 = 8 , agreed -> but 1 will be the parent process , so the child processes is 7

1 User has rated as useful.
Login to rate this answer.