during creation of a new node the current written syntax is "Node * node1=new Node;" where as it should be "Node * node1=new Node();"
during creation of a new node the current written syntax is "Node * node1=new Node;" where as it should be "Node * node1=new Node();"