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

A:example.x=10 B:examplev2.x=10 C:struct v2;v2.x=10 D:struct example v2=10;

若有以下结构体定义,则()是正确的引用或定义。
struct example
int x;
int y;
v1;

A:example.x=10 B:example v2.x=10 C:struct v2;v2.x=10 D:struct example v2=10;

若有以下结构体,则正确的定义或引用是( )。
struct Test
int x;
int y;
v1;

A:Test.x=10; B:Test v2;v2.x=10; C:struct Test v2;v2.x=10; D:struct Test.v2=10;

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

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

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

A:examplx=10 B:example v2.x=10 C:examplx=10 D:struct example v2={10};

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

A:examplx=10 B:example v2.x=10 C:struct v2;v2.x=10 D:struct example v2={10};

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

A:examplx=10 B:examplev2.x=10 C:struct v2;v2.x=10 D:struct example v2={10};

若有以下结构体,则正确的定义或引用的是( )。 struct Test { int x; int y; } vl;

A:Tesx=10; B:Test v2;v2.x=10; C:struet v2;v2.x=10; D:struct Test v2={10};

微信扫码获取答案解析
下载APP查看答案解析