What is output of below program?


int main()
{
 for(; ;);
 for(; ;);
    printf("Hello");
return 0;
}



Posted on by