题目详情
单选题 有以下说明和定义语句. struct student {int age; char num[8]; }; struct student stu[3]={{20,"20041"},{21,"20042"},{19,"20043"}}; struct student *p=stu; 以下选项中,引用结构体变量成员的表达式错误的是()
A. (*p).num
B. p->num
C. (p++)->num
D. stu[3].age

学科:C语言程序设计2
时间:2024-04-16 04:54:46
相关题目
相关作业
