Q.1.

main()

{

fork();

 

printf(“Hello World!”);

}

Output for the above unix program is