What would cause a collision in a hash table Select one a Th
What would cause a collision in a hash table? Select one: a. The program crashes b. A hash key evaluates to outside the bounds of the array c. The program is out of memory d. none of these
Solution
D. None of these
A collision is said to occur when a hash function maps two different keys to the same tableaddress.
