Home » C++ Programming » Questions and Answers » Question
  1. What do input and output objects support?
    1. Null-terminated sequences
    2. Terminated sequences
    3. Extracted sequences
    4. All of above
    5. None of these
Correct Option: A

cin and cout support null-terminated sequences as valid containers for sequences of characters.



Your comments will be displayed only after manual approval.