Discussion forum on linked list(Week-3)

Discussion that topic

Discussion that topic

by 201-15-3695 Tasnim Forhad Rimon -
Number of replies: 0

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 that's why we change the variable name.


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