what will be the result of given code?
main()
{
int i=1;
for( ; ; )
{
printf("%d", i++);
if(i5)
break;
}
}

Posted on by