What is the output of below program?

#includestudio.h
int main()
{
int i;

for(i = 0,i5,i++)
{
printf("Hello");
}

return 0;
}



Posted on by