Card 23 / 67: consider the following variables declaration statement: int age, AGE;
A)
Correct statement, the compiler uses age and AGE as completely different variables.
B)
Correct statement, the compiler uses age and AGE as the same variable.
C)
Wrong statement, because you can’t declare more than one variable with the same name.
Answer:
A) Correct statement, the compiler uses age and AGE as completely different variables.
Previous Card | ← Previous Card Button |
Next Card | → Next Card Button |
Flip Card | Space-Bar |