Hash program not producing any output in code blocks

MAIN:https://ide.codingblocks.com/s/137752
headerfile:https://ide.codingblocks.com/s/137753

@shubhamgh00
Name of constructor and class should be same. Your classname is ‘hashtable’ while constructor name is ‘Hashtable’ . Since the compiler is case sensitive , this produces a problem.

1 Like