Discussion forum on linked list(Week-3)

Week 3

Week 3

by Mahadi Hassan Khan(201-15-3332) -
Number of replies: 0

1.Ans: 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.
2.Ans : Null in any Node means the next have no values and this is the last Node and not linked with any Node.