1,255 views

1 Answer

Best answer
4 votes
4 votes

we have to update pointer of two node 
1. update the pointer of last node  to address of newly created node 
2. update the pointer of newly created node i.e. NULL to address of first node 
      

 

selected by

Related questions