单项选择题

数据结构里,有名为goods的结构体,定义这种结构体的指针变量正确的是()。

A.struct p;
B.struct goods p;
C.struct goods;
D.goods p;