下列( )选项可以正确定义一个结构体
· struct student { char name[]; int age; };
· struct { char name[]; intage; } student;
· struct { char name[10]; int age; } student;
· struct { char name[]; int age; };
出自:华北水利水电大学英语