This is a C program for doubly linked list. Various operations done on the DLL are insertion (beginning, specific position, end), deletion (beginning & end), traversal and count of the nodes.