单项选择题

若有下列说明和语句,则对结构体变量st中成员i的引用方式不正确的是( )。

Struct stu

inti;

intname;

st,*#p;

p=&St;

A.st.i
B.*p.i
C.(*p).i
D.p->i