Home » C++ Programming » Strings » Question
  1. How many parameters can a resize method take?
    1. 1
    2. 2
    3. 3
    4. 1 or 2
    5. None of these
Correct Option: D

There can be one or two parameters in resize method. They are string length and an optional new character to be inserted.



Your comments will be displayed only after manual approval.