Predict the output of the following program code main() { fork(); fork(); fork(); printf("Am in TCS!"); }
Reveal answer
Fill a bubble to check yourself
Predict the output of the following program code main() { fork(); fork(); fork(); printf("Am in TCS!"); }