3,881 views
2 votes
2 votes
In a doubly linked list organization, insertion of a record in end involves modification of ____ for existing list.

one pointer

two pointer

multiple pointer

no pointer

1 Answer

4 votes
4 votes

I think  modification of only 2 pointers is need .

1. Make it the last link 

2. Make pointer to the previous node.

Related questions