Let's check your ability:
#includestdio.h
int main()
{
int n ;
for ( n=9; n!=0; n--)
pfintf("%d\n",n--);
return 0;
}

Posted on by