What are the C++ standardized container classes?
Submitted by: AdministratorThe following are the standardized container classes:
std::map: Used for handle sparse array or a sparse matrix.
std::vector: Like an array, this standard container class offers additional features such as bunds checking through the at () member function, inserting or removing elements, automatic memory management and throwing exceptions.
std::string: A better supplement for arrays of chars.
Submitted by: Administrator
std::map: Used for handle sparse array or a sparse matrix.
std::vector: Like an array, this standard container class offers additional features such as bunds checking through the at () member function, inserting or removing elements, automatic memory management and throwing exceptions.
std::string: A better supplement for arrays of chars.
Submitted by: Administrator
Read Online C++ Containers Job Interview Questions And Answers
Top C++ Containers Questions
☺ | Explain different types of iterators, i.e. input_iterator, output_iterator etc? |
☺ | Can you please explain the difference between homogeneous and a heterogeneous container? |
☺ | Do you know what is a container class? What are the types of container classes? |
☺ | Tell me when should we use container classes instead of arrays? |
☺ | What are the C++ standardized container classes? |
Top C Plus Plus Language Categories
☺ | C++ Pointers & Functions Interview Questions. |
☺ | C++ Operator Overloading Interview Questions. |
☺ | C++ Exception Handling Interview Questions. |
☺ | C++ Virtual Functions Interview Questions. |
☺ | C++ Template Interview Questions. |