Q. Which of the following is a keyword in C++?

  • (A) var
  • (B) auto
  • (C) integer
  • (D) staticx
πŸ’¬ Discuss
βœ… Correct Answer: (B) auto
Explanation: 'auto' is a keyword in C++ used to deduce the type of a variable.
Explanation by: Vijay Sangwan
'auto' is a keyword in C++ used to deduce the type of a variable.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
245
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Vijay Sangwan
Publisher
πŸ“ˆ
89%
Success Rate