-->
当前位置:首页 > 题库 > 正文内容

单选题:下面定义结构变量的语句中错误的是( )。

Luz3年前 (2022-06-09)题库918
下面定义结构变量的语句中错误的是( )。



A.struct student { int num; char name[20]; } s;
B.struct { int num; char name[20]; }
C.struct student { int num; char name[20]; }; struct student s;
D.struct student {int num; char name[20]; }; student s;


答案:D

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。