Programming Question

Question: Find the mistake(s) in the following code: unsigned int I; for (I = 100; I >= 0; --i) printf("%d\n", i);

From: Cracking the Coding Interview [McDowell]

Subject: Testing

Load Another Question


Select a Subject