Page 1 of 1

What is the difference between node=temp->next and temp->next=node in a linked list in c++??

Posted: Thu Jun 02, 2022 8:31 am
by answerhappygod
What is the difference between node=temp->next and
temp->next=node in a linked list in c++??