Q. Which of the following is a keyword in C++? (A) var (B) auto (C) integer (D) staticx ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) auto Explanation: 'auto' is a keyword in C++ used to deduce the type of a variable.