试题详情
单项选择题 若有以下说明和语句: struct student{          int age;          int num;  }std, *p;  p=&std;  则下面对该结构体变量std中成员age的引用方式错误的是()。 

A、std.age

B、*p.age

C、(*p).age

D、p->age

  • B
  • 关注下方微信公众号,在线模考后查看

热门试题