单项选择题

若有以下说明和语句( ) struct worker{ int no; char *name; }work,*p=&work; 则以下引用方式不正确的是

A.worno
B.(*.no
C.p->no
D.work->no