Question:Consider a hashing function that resolves collision by quadratic probing. Assume that the address space is indexed from 1 to 8. If a collision occurs at position 4, the location which will never be probed is:
A 4
B 5
C 8
D 2
+ AnswerC
+ Report