[单项选择题] 有以下说明和定义语句:
struct student
int age;char num[8];;
struct student stu[3]= 20,"200401",21,"200402",19,"200403";
structstudent *p=stu;
以下选项中引用结构体变量成员的表达式错误的是( )。
A.(p++)->num
B.p->num
C.(*p).num
D.stu[3].age
[单项选择题] 有以下说明和定义语句:
struct student
int age;char num[8];;
struct student stu[3]= 20,"200401",21,"200402",19,"200403";
structstudent *p=stu;
以下选项中引用结构体变量成员的表达式错误的是( )。
A.(p++)->num
B.p->num
C.(*p).num
D.stu[3].age
D
VIP截止日期:2024-12-31 03:24:55
←请使用支付宝扫码支付VIP截止日期:2024-12-31 03:24:55
←请使用微信扫码支付