#linked list node deletion query
21 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For more information use !howto ask.
Here is link
Also a photo
Won't there be collision of next
Won't the compiler get confused between next (data member) of class and next node
do you know how pointers work?
I understood the concept of pointers
But i want to know if there would be collision or no
Thissss
What is answer to this q i want to know
this line creates a pointer called next, equal to temp->next->next
?
Well I understand that
it will always chose the data member called next
So in place of next i can create some other node too as well right?
Just different name for the variable instead of next
yes
This question thread is being automatically closed. If your question is not answered feel free to bump the post or re-ask. Take a look at !howto ask for tips on improving your question.