Vidyalelo
Data Structure · Q1042

Miscellaneous on Data Structures

Programming · Data Structure · question 1042

Q1042

Which of the following fields are included in the hash table of coalesced hashing?

A.
h(key), data
B.
h(key), data, next
Answer
C.
data, next
D.
h(key), next

Answer: Option B

Solution

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