What is a hash table?
(a) A structure that maps values to keys
(b) A structure that maps keys to values
(c) A structure used for storage
(d) A structure used to implement stack and queue
My query is from Hash Tables topic in chapter Hash Tables of Data Structures & Algorithms I
This question was addressed to me during a job interview.