What c++ library is string in?



What c++ library is string in?..

Answer / Tulika Srivastava

The 'std::string' is part of the Standard Template Library (STL) in C++.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What is virtual base class uses?

1 Answers  


Why we use #include iostream in c++?

1 Answers  


What is #include cstdlib in c++?

1 Answers  


What is design pattern?

2 Answers   Samsung,


Explain selection sorting. Also write an example.

1 Answers  


What is function declaration in c++ with example?

1 Answers  


Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].

1 Answers  


What is the c++ programming language used for?

1 Answers  


Is python better than c++?

1 Answers  


What is the difference between mutex and binary semaphore?

1 Answers  


Is c++ still in demand?

1 Answers  


What is the difference between an external iterator and an internal iterator? Describe an advantage of the external iterator.

1 Answers  


Categories