structure Node { int data; Node *next; }