Question: Given the following Unix code excerpt:
for (int i=0; i<4; ++i)
fork();
Explain how many child processes would be created by the above for loop statement. In addition, draw a diagram to illustrate the parent-child relationship among these processes (you may insert a hand drawing diagram into the Word document).