Discussion forum on linked list(Week-3)

Week 3

Week 3

by Muhammad Nur-A-Alam -
Number of replies: 0



Answer to the question no:-01

We need to change the pointer variable name temp when we create a new node because the compiler will take the latest name of the variable that's why we change the variable name.


Answer to the question no:-02

Null in any Node means the next to have no values and this is the last Node and not linked with any Node.