单项选择题

对下列结构体变量stu的成员引用不正确的是( ) struct student {int m;float n;}stu,*p;

A.stn
B.P->m
C.(*.m
D.stn