Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is "strstream" ?



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

Post New Answer

More C++ General Interview Questions

Why do we need c++?

0 Answers  


Are there any new intrinsic (built-in) data types?

1 Answers  


Explain data encapsulation?

0 Answers  


Can we generate a C++ source code from the binary file?

2 Answers  


List the features of oops in c++?

0 Answers  


What is atoi?

0 Answers  


How do we implement inheritance in c++?

0 Answers  


Can we run c program in turbo c++?

0 Answers  


Can we define function inside main in c++?

0 Answers  


Does dev c++ support c++ 11?

0 Answers  


what is data abstraction in C++?

0 Answers  


Differentiate between a copy constructor and an overloaded assignment operator.

0 Answers  


Categories