Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
The hashString() member function is called by other member functions of the Hashtable class whenever a function needs to convert a ________________.
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.
Related Answered Questions
Related Open Questions