Home » C++ Programming » Strings » Question
  1. Which method do we use to append more than one character at a time?
    1. append
    2. operator+=
    3. both append & operator+=
    4. data
    5. None of these
Correct Option: D

data



Your comments will be displayed only after manual approval.