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