单项选择题

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

Stmct stu

int i;

int name;

st,*p;

p=&st;

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