Home » C++ Programming » Strings » Question
  1. How many maximum number of parameters does a string constructor can take?
    1. 4
    2. 3
    3. 2
    4. 1
    5. None of these
Correct Option: B

string( other_string, position, count ). It is a type of constructor for the string.



Your comments will be displayed only after manual approval.