首页
›
单选题
单选题
若有以下结构体定义: struct example { int x; int y; } v1; 则以下哪个是正确的定义或引用( )。
A.
truct example v2={10,4};
B.
struct v2; v2.x=10;
C.
example v2; v2.x=10;
D.
example x=10;
参考答案与解析需登录后查看
搜索本题查看答案 →
相似题目
<p><span style="font-size:16px;font-fami…
下面程序的输出结果是( )。 #include <stdlib.h> #incl…
When an engineer has designed a new prod…
设有以下说明语句: struct stu { int a; float b; }…
<p><span style="font-size:16px;font-fami…
<p><span style="font-size:16px;font-fami…