Node and Node* difference

What is the difference between node & node*?

helllo @udatta

node is a class .
node * is a pointer that will store address of object (of node class)