agrawalyogesh
Programmer
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 me out
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 me out