Home » C++ Programming » Strings » Question
  1. Which header file is used to manipulate the string?
    1. container
    2. iostream
    3. iomanip
    4. string
    5. None of these
Correct Option: D

To use the string class, We have to use #include header file.



Your comments will be displayed only after manual approval.