单项选择题

若有以下结构体定义,则是正确的引用或定义。 Struct example { int x; int y; }V1;

A.examplx=10
B.example V2.x=10
C.structv2;v2x=10
D.struct examplev2={10};