Sir/Ma’am
I have created a file name “hashtable.h” and added the class node and class Hashtable in it, and also compiled it successfully
But when I am including in as #include “hashtable.h” as shown in the lecture, I am getting an error “Hashtable not declared in this scope”.
kindly help me to identify what am I doing wrong?