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.
c. Data in a string can be appended to it.
You might also like to view...
Different physical media support the transfer of bits at different speeds. Data transfer can be measured in three ways:
What will be an ideal response?
To prevent modification of a built-in array’s values when you pass the built-in array to a function:
a. The built-in array must be declared static in the function. b. The built-in array parameter can be preceded by the const qualifier. c. A copy of the built-in array must be made inside the function. d. The built-in array must be passed by reference.