Discussion forum on linked list(Week-3)

Answers

Answers

by Sabrina Sultana -
Number of replies: 0

Answer 1 :-We need to change the pointer variable name temp when we create new node because the compiler we take the lasted name of variable that's why we change the variable name when creating a new node in the linked list.

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