Home » C++ Programming » Strings » Question
  1. How many types of representation are in the string?
    1. 4
    2. 3
    3. 2
    4. 1
    5. None of these
Correct Option: C

C++ provides following two types of string representations. They are C-style character string and string class type with Standard C++.



Your comments will be displayed only after manual approval.