struct node  
{
int data;
struct node *next;
}
node ptr;

Posted on by