[单选题]
以下对结构体变量mix中成员x的正确引用是______。 struct { int t;int x; }mix,*p; p=&mix;
A.(*p).mix.x
B.(*p).x
C.p->mix.x
D.p.mix.x
参考答案与解析: