单项选择题

若有如下说明和语句:
struct ss
{int a;
double x;
}ss1,*pt;
pt=&ss1;
则以下对成员变量a的引用方式中,不正确的是(   ).
A、*pt->a
B、pt->a
C、ss1.a
D、(*pt).a

微信扫码免费搜题