Solved

Which of the Following Does Not Apply to an Istringstream

Question 23

Multiple Choice

Which of the following does not apply to an istringstream object?


A) Data is stored in the object as characters.
B) Input from the object works identically to input from any file stream.
C) Data in a string can be appended to it.
D) It is used to inputs data from a string in memory to program variables.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions