Answer:
Option A is the right answer.
Explanation:
In any programming language, when a user needs to define the constant variable then he should need to define the variable in capital letter. It is not necessary for the compiler point of view but it is necessary for the standardization point of view. It means that when a user does not define the constant variable in the capital letter then it will never give an error.
Option "a" also states that the variable is constant and the scenario is to define the variable in capital letter hence option a is correct while the other is not because--