Node* head; structure Node { int data; Node *next; Node *prev; }