Pointer to structure within structure

前端 未结 0 430
面向向阳花
面向向阳花 2020-12-10 06:37
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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题