Home » C++ Programming » Strings » Question
  1. How does the strings are stored in the memory?
    1. Null
    2. Contiguous
    3. Non-contiguous
    4. All of above
    5. None of these
Correct Option: B

The characters of a string are stored contiguously in the memory.



Your comments will be displayed only after manual approval.