i am unable to understand node in linked list and how they use it
Unable to understand
@naaz hey basically node is kind of element of linked list which contains two things one is data which is used to store value and other is pointer ,as we know pointer store adress of variable so to store the adress of next node ,node * pointer is there in one node which store adress of next node,in this way linked list is form ,please read about pointers and structures.
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.