In hashing, the size of the hash table is not necessarily restricted to be smaller than the size of the list. In fact, it is common to have the hash table's size larger than the size of the list to minimize collisions and to maintain efficient performance. By using a larger hash table, we reduce the likelihood of multiple items being hashed to the same index. Therefore, the correct answer is "Size of hash table can be greater than the size of the list."