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

Posted on by