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 |
What is virtual base class uses?
Why we use #include iostream in c++?
What is #include cstdlib in c++?
What is design pattern?
Explain selection sorting. Also write an example.
What is function declaration in c++ with example?
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].
What is the c++ programming language used for?
Is python better than c++?
What is the difference between mutex and binary semaphore?
Is c++ still in demand?
What is the difference between an external iterator and an internal iterator? Describe an advantage of the external iterator.