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

The BEST I can explain: In HASH table, every value will have a key, So that it can be accessed easily.



Discussion

No Comment Found

Related InterviewSolutions