Home » C++ Programming » Strings » Question
  1. Which is an instantiation of the basic_string class template?
    1. String class
    2. Memory
    3. Character
    4. All of above
    5. None of these
Correct Option: A

The string class is an instantiation of the basic_string class template.



Your comments will be displayed only after manual approval.