Home » C++ Programming » Questions and Answers » Question
  1. What is meant by hash tables in C++?
    1. Data structure
    2. Array data structure
    3. Keyed array data structure
    4. All of above
    5. None of these
Correct Option: C

In hash table, every value will have a key, So that it can be accessed easily.



Your comments will be displayed only after manual approval.