Vidyalelo
Data Structure · Q706

Miscellaneous on Data Structures

Programming · Data Structure · question 706

Q706

A hash table contains 10 slots and uses coalesced hashing to resolve collisions. The hash function used is key % 10. If the values 67, 23, 45, 11, 95 are inserted in the table, in what location would the key value 95 be inserted?

A.
7
B.
8
C.
9
Answer
D.
10

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board