Q. Which data type is used to store a sequence of characters in C++?
β
Correct Answer: (D)
Both A and B
Explanation: In C++, character sequences can be stored in 'char' arrays or 'string' objects.