Following is the delete function I found for Circular Doubly Linked list:
int Circular_DLList::delete_from_tail() { int a = tail->info; if(tail ==