单选题
👁️ 浏览量:

试题题干

设struct data{int a;float b;}c,*p=&c;,引用正确的是()

A

*p.a

B

p.b

C

p->a

D

*p->b

参考答案

正确答案:

试题解析