Q. Which of the following C++ keywords is used to declare a constant? (A) constant (B) const (C) final (D) immutable ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) const Explanation: 'const' is used in C++ to declare constants.