In quadratic probing, if the table size is prime, a new element cannot be inserted if the table is half full.
(a) True
(b) False
The above asked question is from Hash Tables in portion Hash Tables of Data Structures & Algorithms I
This question was posed to me in examination.