Vidyalelo
Data Structure · Q35

Hashing

Programming · Data Structure · question 35

Q35

What happens during "rehashing" in a hash table?

A.
The hash table elements are sorted.
B.
The hash function is changed.
C.
The hash table is resized and all elements are rehashed to new indices.
Answer
D.
The hash table is cleared.

Answer: Option C

Solution

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