Re: About Question enthuware.ocajp.i.v7.2. 1090 :
Posted: Fri Jul 04, 2014 4:54 am
It will be easier to say that it will not compile since j is not initialized :
I cannot say what prevents you from marking this option as a correct answer,
this compile time error comes before the boolean condition of the for statement....
Code: Select all
int sum = 0;
for (int i = 0, j = 10; sum > 20; ++i, --j) // 1
{.........
this compile time error comes before the boolean condition of the for statement....
