In a linked list, if p is the pointer used to traverse in the list then what is the difference between p==NULL &p->link==NULL? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

In a linked list, if p is the pointer used to traverse in the list then what is the difference between p==NULL &p->link==NULL?

Here, link is the pointer used to store the address of the next node in the linked list.

25th Dec 2019, 7:25 AM
Rahul Kashyap
Rahul Kashyap - avatar
1 Answer
0
Thank you.
31st Dec 2019, 2:11 PM
Rahul Kashyap
Rahul Kashyap - avatar