Examlex

Solved

The Following Loop Is Syntactically Valid

question 18

True/False

The following loop is syntactically valid:
for(int j = 0; j < 1000; j++) j--;


Definitions:

Related Questions