Predict the output
#includestdio.h
int main ()
{
int i;
for(i=0;i=6;i++)
printf ("%d",i);
return 0;
}

Posted on by