what is the meaning of node *next; in this lecture
Not understanding the code
Node* next is just a variable with data type = Node*
which means next will hold the address of data type Node.
what is the meaning of node *next; in this lecture
Node* next is just a variable with data type = Node*
which means next will hold the address of data type Node.