单项选择题

结构体变量的定义格式正确的是()

A.struct变量名;
B.结构名变量名;
C.struct结构名变量名;
D.struct变量名结构名;