🎴 Flashcard Mode
C++ I/O Streams and String Basics
Card1 / 6
Mastered0
Review0
QuestionClick to flip
The __________ class is used for manipulating the strings in C++.
AnswerClick to flip back
A
string
💡 Explanation:
The string class is a class with many constructors, member functions and operators to manipulate the string.