Latest UNIX Aptitude Question SOLUTION: Q. Predict the output of the following program code A. main() { fork(); printf("Hello World!"); } Answer: Hello World!Hello World! Explanation: The fork creates a child that is a