What is the difference between node & node*?
Node and Node* difference
helllo @udatta
node is a class .
node * is a pointer that will store address of object (of node class)
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)