Home » C++ Programming » Strings » Question
  1. Which character is used to terminate the string?
    1. Empty
    2. $
    3. Null
    4. All of above
    5. None of these
Correct Option: C

A string of characters is stored in successive elements of a character array are terminated by the NULL character.



Your comments will be displayed only after manual approval.