Question: Which is NOT true about a read-only variable?
- At runtime, its value is evaluated.
 - It can be either static or an instance member.
 - It can be initialized at declaration only.
 - It can be initialized in either the constructor or the declaration.
 
Answer: The correct answer of the above question is Option C:It can be initialized at declaration only.