单选题
有以下结构体说明,变量定义和赋值语句:
struct STD
char name[10];
int age;
char ***;
s[5],*ps;
ps=&s[0];
则以下scanf函数调用语句中错误的结构体变量成员是______。
提交答案
关闭