Which of the following linked list below have last node of the list pointing to the first node?
							Options
 - circular doubly linked list
 - circular linked list
 - circular singly linked list
 - doubly linked list
							CORRECT ANSWER :   circular singly linked list 
                            
                            
			        
				Write your comments