How many times will printf() will be executed??
if(fork()&&fork()) { fork(); fork(); } printf("hello World");