I am trying to create a Hash table using chaining method.

I create an array of pointers that are all instantiated with data = 0 and pointer = null.

I get the error "Exception in thread "main"...