hello friends
i am making a linked list
when i create a node at the start a pointer address is allocated to it and afterwards when again i create a new node for appending in linked list the new node get the same address as already allocated to the prior node that is the start node
please help...
I want to call a function inside a "if" loop which will create a new linked list when i have entered in the "if " loop for the first time, and if i have entered in the loop for the next time then i wnt to append the data in the previously created linked list ...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.