what will be the output of the below code:



main()

{ fork();
fork();
fork();
printf("hello");