Discussion forum on linked list(Week-3)

Answers

Answers

by Nur Salek Ashar -
Number of replies: 1

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.

In reply to Nur Salek Ashar

Re: Answers

by Mahfuza Ebnat Disha 201-15-3146 -
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.