struct link { struct link *next; int data; };