posted 14 years ago
why doesent compiler allow to use a pre declared variable and a variable declared within the for loop together?
code compiles when both are declared within and when both are declared out of the loop.
or is it because line "i=0,int j=90;"it self is faulty when taken alone?
thanks