Q. Which keyword is used to declare a constant variable in C++?
β
Correct Answer: (B)
const
Explanation: The 'const' keyword is used to declare a constant variable in C++.