Question: Write a C program Hash Table) to generate a hash table that can contain data of 1000 students. Each item of the hash table will

Write a C program Hash Table) to generate a hash table that can contain data of 1000 students. Each item of the hash table will have the student ID as the key and the student's name as the value. Your program must have search, insertion and deletion of item capabilities. It must also provide a function to print the hash table. It is not necessary to include a function for handling collision. However, at the end of the program, you must de-allocate the memory for the hash table, (PLEASE ATTACHED THE OUTPUT ALSO)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
