Home » C++ Programming » Strings » Question
  1. What is the header file for the string class?
    1. #include<str>
    2. #include<string>
    3. #include<ios>
    4. All of avove
    5. None of these
Correct Option: B

#include<string>



Your comments will be displayed only after manual approval.