Insert item into sorted doubly linked list item.(just write down the function) Note: head pointer will be give to function and data of node which need to insert. (After insertion list should be sorted as it was already sorted before insertion so insert item in right order so the list stay sorted).