What is #include sstream?



What is #include sstream?..

Answer / Schin Kumar Singhal

#include <sstream> is a preprocessor command in C++ to include the stringstream library, which provides an in-memory buffer that can be read from or written to as if it were an I/O stream.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

Write a c program for binary addition of two 8 bit numbers.

1 Answers   TCS,


What are the advantages of inheritance in c++?

1 Answers  


Can constructor be static in c++?

1 Answers  


What is virtual destructor? What is its use?

1 Answers  


what is Member Functions in Classes?

1 Answers  


How are the features of c++ different from c?

1 Answers  


What is a node class?

1 Answers  


What is singleton pattern in c++?

1 Answers  


What happens when the extern "c" char func (char*,waste) executes?

1 Answers  


Can I make ios apps with c++?

1 Answers  


What are activex and ole?

1 Answers  


what are the types of Member Functions?

1 Answers  


Categories