【单选题】有以下说明和定义语句 structstudent {int age; char num[8];}; structstudentstu[3]={{20,"200401"},{21,"200402"},{19,"200403"}}; structstudent *p=stu; 以下选项中引用结构体变量成员的表达式错误的是______。

A.(p++)->num B.p->num C.(*p).num D.stu[3].age

时间:2024-03-14 13:09:12

相似题目

推荐题目