#includestdio.h
int i=50;
extern int i;
int main(){
do{
printf("%d",i++);
}
while(8,7,6,5,4,3,2,1,0);
return 0;
}

Posted on by