ANSWER : D

Explanation :

#include<stdio.h>

            void main()   

            {    printf("hello");    main();    }

The program will printf "hello" till the stack doesn't overflow.