Which statement about a constant variable is not true?
true
At compile time, the value is evaluated.
Only at declaration can it be initialized.
It cannot be static.
At run time, its value is evaluated.