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 |
Explain polymorphism?
How the endl and setw manipulator works?
what is C++ objects?
What is flush c++?
What are the advantages of c++ over c?
what is the use of void main() in C++ language?
What is istream and ostream in c++?
What language does google use?
If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?
What kind of jobs can I get with c++?
Why do we need c++?
write a program that takes 5 digit no and calculate 2 power that no and print it.