C++ Containers Question:

Download Job Interview Questions and Answers PDF

Tell me when should we use container classes instead of arrays?

C++ Containers Interview Question
C++ Containers Interview Question

Answer:

It is advisable to use container classes of the STL so that you don’t have to go through the pain of writing the entire code for handling collisions, making sure its working well, testing it repeatedly with an overhead of time consumption.

Suppose you have some data that has values associated with strings and its fields consist of grades> in this situation you can directly use hash table instead of having it created by yourself.

Download C++ Containers Interview Questions And Answers PDF

Previous QuestionNext Question
Can you please explain the difference between homogeneous and a heterogeneous container?What is associative container?