In doubly link list we have 3 columns. This data consists of Address of previous node, data, and address of next node. It is easy to use in comparison of singly link list. It is used when we have to rearrange the dataset in natural sequence. Cr...