This video contains procedure and code in C for deleting a node from the beginning and end of the circular linked list. please use int as return data type instead of void as we are returning control back to calling function in case of underflow condition.