hi programmers i want to something in given code example
i've created a pointer of type understand in private section why we do that i mean what is mean by that
what is the purpose of that pointer
OK thanks i want ask one more thing in main or some other function if we declare to pointer of type node
like
NOde * a and Node * b
the we write a = b what does this statement mean is it giving the address of b to a or something else
a is a pointer, like a note with an address. You changing it to point to data b points to, like writing down new address of your friend, who have moved from rturn addrss of a letter.