InterviewSolution
Saved Bookmarks
| 1. |
What is meant by hash tables in C++?(a) Array data structure(b) Keyed array data structure(c) Data structure(d) Linear probingThis question was addressed to me in examination.My doubt is from C Style Algorithms topic in portion Algorithms, Objects & Iterators in C++ of C++ |
|
Answer» Right ANSWER is (b) KEYED ARRAY data structure |
|