Discussion forum on linked list(Week-3)

answer

answer

by Mazharul Islam 201-15-3283 -
Number of replies: 0

answer to the question no : 1

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


answer to the question no : 2

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