Home » C++ Programming » Standard Library » Question
  1. Pick out the wrong header file about strings.
    1. <ios>
    2. <string>
    3. <regex>
    4. All of above
    5. None of these
Correct Option: A

The standard header files for string is string and regex. So the wrong one presented here is ios.



Your comments will be displayed only after manual approval.