What is the output of the following code?
#includestdio.h
int main()
{
int i;
for(i=0; i10; ++i++)
{
printf("Hello");
}
return 0;
}

Posted on by