Predict the output
#includestudio.h
int main()
{
int i=1;
for(;;)
{
printf("%d\n",i++);
if(i10)
break;
}
return 0;
}

Posted on by