填空题

设有定义"struct int a; float b; char c; abc, *p_abc=&abc; ",则对结构体成员a的引用方法可以是abc.a和p_abc______a。

【参考答案】

->