What will be the output of the following program?
#include stdio.h
int main()
{
for(; ;);
for(; ;);
printf("Hello");
return 0;
}


Posted on by