若有以下说明和语句: struct student{          int age;          int nu

题目内容(请给出正确答案)
单选题
若有以下说明和语句: struct student{          int age;          int num;  }std, *p;  p=&std;  则下面对该结构体变量std中成员age的引用方式错误的是()。
A

std.age

B

*p.age

C

(*p).age

D

p->age

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
更多相关问题