Predict the output of the following program code main() { fork(); fork(); fork(); printf("Am in TCS!"); }
It will get printed once
it will get printed 8times
it will not work
It wil print three times