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