Node deleted is last node pointed in Doubly Linked List - Data Structure
        
	  
	
    Q.  What will happen if the node to be deleted is the last node pointed by ' p ' in a Doubly Linked List?- Published on 27 Aug 15a. Head will be advanced to next node
b. No node will be present to its right 
c. Both a & b
d. None of the above
ANSWER: No node will be present to its right