Predict the output
int main()
{
int i;
for(i=0; i3; --i--)
{
printf("Hello");
}
return 0;
}

Posted on by