Question: Which is NOT true about a constant variable?
- At compile time, the value is evaluated.
- Only at declaration can it be initialized.
- At runtime, its value is evaluated.
- It cannot be static.
Answer: The correct answer of the above question is Option C:At runtime, its value is evaluated.