Home » C++ Programming » Strings » Question
  1. Which is used to return the number of characters in the string?
    1. width
    2. length
    3. size
    4. both size & length
    5. None of these
Correct Option: D

Both will return the number of characters that conform to the string’s content.



Your comments will be displayed only after manual approval.