Multiple choice

The __________ class is used for manipulating the strings in C++.

  1. string

  2. Strin

  3. str

  4. character

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The string class is a class with many constructors, member functions and operators to manipulate the string.