πŸ“Š C++
Q. Which of the following C++ data types is used to store a single character?
  • (A) int
  • (B) char
  • (C) string
  • (D) float
πŸ’¬ Discuss
βœ… Correct Answer: (B) char

Explanation: The 'char' data type in C++ is used to store a single character.

Explanation by: Gopal Sharma
The 'char' data type in C++ is used to store a single character.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
119
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Gopal Sharma
Publisher
πŸ“ˆ
93%
Success Rate