Q. Which of the following C++ data types is used to store a single character?
β
Correct Answer: (B)
char
Explanation: The 'char' data type in C++ is used to store a single character.