What is the output of the code?
#includestdio.h
int main()
{
int m=5;
int i=0;
for(;;)
{
if(im)
break;
printf("i=%d\n",i);
i++;
}
return 0;
}

Posted on by