Q. Which of the following C++ keywords is used to declare a constant?
β
Correct Answer: (B)
const
Explanation: 'const' is used in C++ to declare constants.