What is "strstream" ?
Answer / sv
strstream is the class that specializes iostream to use a
strstreambuf for input and output with arrays of characters
in memory.
The class strstream provides functionality to read and
write to an array in memory. It uses a private strstreambuf
object to control the associated array. It inherits from
basic iostream and therefore can use all the formatted and
unformatted output and input functions.
Is This Answer Correct ? | 3 Yes | 0 No |
What is OOPs
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
What are the rules for naming an identifier?
Differentiate between C and C++.
what is meaning of isa and hsa
What is Destructor in C++?
What is a linked list in c++?
What is the most useful programming language?
Why do we use structure in c++?
What is iomanip c++?
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Why is c++ so fast?