structnode{ int data; node*next; }*start; start=NULL;
In this code snippet, why is \'next\' is declared as of type \'struct\'? Can I use type \'int