登录 | 注册 | 收藏鲤鱼网 | 捐助鲤鱼 | 著作权声明 | 鲤鱼首页
投递新闻 您所在的位置:鲤鱼首页 >全国计算机等级考试NCRE新闻 >2009年9月计算机等级考试二级C语言模拟试题(5)
时间:2009-09-09 来源:鲤鱼网 (精品全国计算机等级考试NCRE资料,点击即可下)
21.以下对结构体类型变量的定义中,不正确的是( )
A.typedef struct aa B.#define AA struct aa
{ int n; AA{ int n;
float m; float m;
} AA; } tdl;
AA tdl;
C.struct D.struct
{ int n; { int n;
} aa; } tdl;
struct aa tdl;
【参考答案】C
Copyright©2009 iliyu.com All Rights Reserved 鲤鱼网