while loop without any Loop body
main()
{
int i=0;
while(i++,i<=8);
printf("%d ",i);
return 0;
}
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment