Q. Which keyword is used to define a constant?
β
Correct Answer: (C)
final
Explanation: final is used to declare constants.
Explanation: final is used to declare constants.