We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
// (x-- > 0) to (x --> 0) while (x --> 0) { // x 遞減至 0 printf("%d ", x); }