Solved

All of the Following Are True of an Ostringstream Object

Question 28

Multiple Choice

All of the following are true of an ostringstream object except that:


A) It uses a string to store output data.
B) A stream insertion operation cannot be used to append additional data to it.
C) The string data it stores is dynamically allocated.
D) The data it stores can be accessed using the function str.

Correct Answer:

verifed

Verified

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

Related Questions