题目详情
当前位置:首页 > 职业培训考试
题目详情:
发布时间:2023-09-29 21:22:32

[单项选择]若有以下定义的语句 struct student {int age; int num;}; struct student stu[3]={{1001,20},{1002,19},{1003,21}}; main( ) {stmct student *p; p=stu; …} 则以下不正确的引用是
A. (p++)->num
B. p++
C. (*.num
D. P=&stag

更多"若有以下定义的语句 struct student {int age"的相关试题:

[单项选择]若有以下定义的语句
struct student
int age;
int num;;
struct student stu[3]=1001,20,1002,19,1003,21;
main( )
stmct student *p;
p=stu;

则以下不正确的引用是
A. (p++)->num
B. p++
C. (*p).num
D. P=&stu.age.
[单项选择]有以下说明和定义语句 struct student {int age;char num[8]; }; struct student stu[3]={{20,"200401"},{21,"200402"},{10/9,"200403"}}; struct student*p=stu;以下选项中引用结构体变量成员的表达式错误的是______。
A. (p++)->num
B. p->num
C. *num
D. stu[0].age
[单项选择]有以下说明和定义语句:   struct student   { int age; char num[8];};   struct student stu[3]={{20,"200401"},{21,"200402"},{10/9,"200403"}};   struct student *p=stu;   以下选项中引用结构体变量成员的表达式错误的是( )。 
A. (p++)->num
B. p->num
C. (*p).num
D. stu[3].age
[单项选择]已知学生记录描述为 struct student { int no; char name[20]; char sex; struct { int year; int month; int day; } birth; }; struct student s;变量s中的“生日”应是“1985年4月4日”,下列对“生日”的正确赋值方式是______。
A. year=1985;month=4;day=4;
B. birtyear=1985;birtmonth=4;birtday=4;
C. year=1985;month=4;day=4;
D. birtyear=1985;birtmonth=4;birth,day=4;
[单项选择]已知学生记录描述为: struct student { int no; char name[20],sex; struct { int year,month,day; } birth; }; struct student s; 设变量s中的“生日”是“1984年11月12日”,对“birth”正确赋值的程序段是( )。
A. year=1984;month=11;day=12;
B. year=1984;month=11;day=12;
C. birtyear=1984;birtmonth=11;birtday=12;
D. birtyear=1984;birtmonth=11;birtday=12;
[单项选择]对下列结构体变量stu的成员引用不正确的是( ) struct student {int m;float n;}stu,*p;
A. stn
B. P->m
C. (*.m
D. stn
[单项选择]若有以下定义和语句 union data { int i; char C; float f;}X; int Y; 则以下语句正确的是【 】。
A. x=10.5;
B. x.C=101:
C. Y=x;
D. printf("%d\n",x);

我来回答:

购买搜题卡查看答案
[会员特权] 开通VIP, 查看 全部题目答案
[会员特权] 享免全部广告特权
推荐91天
¥36.8
¥80元
31天
¥20.8
¥40元
365天
¥88.8
¥188元
请选择支付方式
  • 微信支付
  • 支付宝支付
点击支付即表示同意并接受了《购买须知》
立即支付 系统将自动为您注册账号
请使用微信扫码支付

订单号:

请不要关闭本页面,支付完成后请点击【支付完成】按钮
恭喜您,购买搜题卡成功
重要提示:请拍照或截图保存账号密码!
我要搜题网官网:https://www.woyaosouti.com
我已记住账号密码