The hashString() member function is called by other member functions of the Hashtable class whenever a function needs to convert a ________________.

Skill/Topic: Hash Table
A) a hash number key to a key
B) key to a hash number key
C) a key to an Index
Explanation: The hashString() member function is another function called by other member functions of the Hashtable class whenever a function needs to convert a key to a hash number key. The hashString() function requires one argument, a char pointer to the key that is being hashed. The hash number that corresponds to the key is then returned by the hashString() function as a long.

Showing Answers 1 - 6 of 6 Answers

rasheed

  • Feb 14th, 2013
 

C) a key to an Index

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions