Question:What kind of initialization needs to be done for a chained hash table?
A None B The key at each array location must be initialized C The head pointer of each chain must be set to NULL D Both B and C must be carried out
+ AnswerC
+ Report