网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
单选题
设有以下说明语句 structex {intx;floaty;charz;}example; 则下面的叙述不正确的是()。
A
struct是结构体类型的关键字
B
example是结构体类型名
C
x,y,z都是结构体成员名
D
structex是结构体类型
参考答案
参考解析
解析:
暂无解析
更多 “单选题设有以下说明语句 structex {intx;floaty;charz;}example; 则下面的叙述不正确的是()。A struct是结构体类型的关键字B example是结构体类型名C x,y,z都是结构体成员名D structex是结构体类型” 相关考题
考题
设有以下说明语句:structex{intx;floaty;charz;}example;则下面的叙述中不正确的是()
A、struct是结构体类型的关键字B、example是结构体类型名C、x,y,z都是结构体成员名D、structex是结构体类型名
考题
设有以下说明语句structex{intx;floaty;charz;}example;则下面的叙述中不的是()
A、struct结构体类型的关键字B、example是结构体类型名C、x,y,z都是结构体成员名D、structex是结构体类型名
考题
设有以下说明语句struct ex{ int x ; float y; char z ;} example;则下面的叙述中不正确的是A.struct结构体类型的关键字B.example是结构体类型名C.x,y,z都是结构体成员名D.struct ex是结构体类型名
考题
设有以下说明语句struct stu{int a;float b;} stutype;则下面的叙述不正确的是A.struct是结构体类型的关键字B.struct stu是用户定义的结构体类型C.stutype是用户定义的结构体类型名D.a和b都是结构体成员名
考题
设有下列说明语句: strcut str {int x;float y;char z;}st; 则下列的叙述中不正确的是( )。A.00001111B.11111101C.00000010D.11000000
考题
设有说明语句:intx=1,y=3,z=5;则下面表达式中值为0的是()。
A、xB、charstr[80];str=”abcdefg”;C、char*pstr=”abcdefg”D、char*pstr=NULL;pstr=”abcdefg”;
考题
设有以下C语言说明语句:struct ex{int x;float y;char z;} example则下面的叙述中不正确的是(52)。A.struct是结构体类型的关键字B.x、y、z都是结构体成员名C.struet ex是结构体类型D.example是结构体类型名
考题
设有以下说明语句: struct ex { int x;floct y;char z;} example; 则下面的叙述中不正确的是 ( )A.struct是结构体类型的关键字B.example是结构体类型名C.x,y,z都是结构体成员名D.struct ex是结构体类型
考题
设有以下说明语句: struct ex {int x;float y;char z; }example;在下面的叙述中,不正确的一条是______。A.struct是结构体类型的关键词B.example是结构体类型名C.x,y,2都是结构体成员名D.struct ex是结构体类型
考题
设有以下声明语句 street ex { int x;float y;char z;} example; 则下面的叙述中不正确的是 ______ 。A.struct是结构体类型的关键字B.example是结构体类型名C.x,y,z都是结构体成员名D.struct ex是结构体类型
考题
某条C语句如下。 structex{int x;float y;char z;)example; 则以下叙述中不正确的是(29)。A.struct结构体类型的关键字B.x,y,z都是结构体成员名C.struct ex是结构体类型D.example是结构体类型名
考题
ThefollowingmethodsaretobepublishedasWebservicestobeinvokedviaSOAPmessagesandvalidatedwithaschema:publicvoidmyMethod(intx,floaty);publicvoidmyMethod(intx);publicvoidsomeOtherMethod(intx,floaty);WhichWSDLstyleshouldbeused?()A.RPC/literalB.RPC/encodedC.Document/encodedD.Document/literalE.Document/literalwrapped
考题
下面的方法重载,正确的是( )。A、intfun(inta,floatb){}B、floatfun(inta,floatb){}floatfun(inta,floatb){}floatfun(intx,floaty){}C、floatfun(floata){}D、floatfun1(inta,floatb){}floatfun(floata,floatb){}floatfun2(inta,floatb){}
考题
设有以下说明语句 structex {intx;floaty;charz;}example; 则下面的叙述不正确的是()。A、struct是结构体类型的关键字B、example是结构体类型名C、x,y,z都是结构体成员名D、structex是结构体类型
考题
以下正确的函数原型语句是()。A、doublefun(intx,inty)B、doublefun(intx;inty)C、doublefun(intx=5,inty)D、doublefun(intx,y)
考题
设有说明语句:intx=1;doubley=1.0;,以下不符合C语言语法的表达式是()A、++x,y=x--B、x=(int)*(y/3)C、x=x+10=x+yD、(doublE)x/3
考题
设有以下说明语句:structstu {int a;floatb;}s;下面的叙述不正确的是()A、struct是结构体类型的关键字B、structstu是用户定义的结构体类型C、s是用户定义的结构体类型名D、a和b都是结构体成员名
考题
单选题设有说明语句:intx=1;doubley=1.0;,以下不符合C语言语法的表达式是()A
++x,y=x--B
x=(int)*(y/3)C
x=x+10=x+yD
(doublE)x/3
考题
单选题设有说明语句:intx;,执行语句x=10;x+=x-=x;后,变量x的值为()A
0B
10C
20D
30
热门标签
最新试卷