while loop without any Loop body



main()
{
int i=0;

while(i++,i<=8);
printf("%d ",i);
return 0;
}



No comments:

Post a Comment