What is the difference between temp and temp next

if we have a node temp.
so what is the difference between temp and temp->next

temp will point to the current node(will have the address of the current node) whereas temp->next will point to the next node after the current node.

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.