Home » C++ Programming » Files and Streams » Question
  1. How many objects are used for input and output to a string?
    1. 4
    2. 3
    3. 2
    4. 1
    5. None of these
Correct Option: B

The stringstream, ostringstream, and istringstream objects are used for input and output to a string.



Your comments will be displayed only after manual approval.