struct node { int key; struct node *next; }; typedef struct node NODE; typedef struct node *PTR;

Related Book For  answer-question
Posted Date: