main() { fork( fork( fork( printf("Slightbook World!")))); }
Answer:-
"Slightbook World" will be printed 8 times.
Explanation:-
2^n times where n is the number of calls to fork().