struct human x={"WangPing",1,30},*p=NULL;为什么初始化结构体还能加,p=NULL;这是什么,这是什么意思
这里是定义了两个变量,struct human是变量类型,就类似于 int a=0, b=1;