Question: Which is NOT true about a constant variable?

  1. At compile time, the value is evaluated.
  2. Only at declaration can it be initialized.
  3. At runtime, its value is evaluated.
  4. It cannot be static.

Answer: The correct answer of the above question is Option C:At runtime, its value is evaluated.