unsigned int i; for (i = 100; i <= 0; --i) printf("%d\n",i);
c c++ comparison unsigned loops
c ×1
c++ ×1
comparison ×1
loops ×1
unsigned ×1