首页
试卷库
试题库
当前位置:
X题卡
>
所有题目
>
题目详情
以下程序运行后的输出结果是______。 #include <stdio.h> main( ) int x=1,y=0,a=0,b=0; switch ( x ) case 1:swi...
查看本题答案
包含此试题的试卷
计算机等级考试《填空》真题及答案
点击查看
你可能感兴趣的试题
以下程序运行后的输出结果是【10】 #include main {chara; fora=0
以下程序运行后的输出结果是【20】#include<stdio.h>mainihtx=0210;pr
有以下函数 #include #include main {printf%d/nstrren
3
8
4
9
有以下程序#include<stdio.h>main{printf%d/nNULL;}程序运行后的输
1
-1
NULL没定义,出错
有以下程序段 #include main {inta=7; whilea--; print
-1
1
7
有以下程序 #include<stdio.h> #include<string.h> main
有以下程序#include<string.h>#include<iostream.h>voidmai
12
15
6
5
有以下程序 #include main {inta=2b; b=a
2
4
6
8
有以下程序 #include main { chara='H'; a=a>='A'
A
a
H
h
有以下程序:#include<stdio.h>mainunsignedinta;intb=-1;a=
;程序运行后的输出结果是( )
以下程序运行后的输出结果是______ #include<stdio.h> main{ int
以下程序运行后的输出结果是【7】 #include<stdio.h> main {charm;
有以下程序:#include<stdio.h>main{intc=35;printf%d/ne&c;
70
35
1
有以下程序 #include<stdio.h> main {printf%d/nNULL;}
1
-1
NULL没定义,出错
有以下程序:#include<string.h>#include<iostream.h>voidma
12
15
6
5
以下程序运行后输出结果是【7】 #include main {inta=37; a%=9;p
以下程序运行后的输出结果是______#include<stdio.h>maininta=37;a%
有以下程序 #include<string.h> #include<iostream.h> v
12
15
6
5
有以下程序#include<string.h>#include<iostream.h>voidmai
12
15
6
5
以下程序运行后的输出结果是______#include<stdio.h>maininta=200b=
热门试题
更多
有以下程序段inta[l0]=12345678910*p=&a[3]b;b=p[5]b中的值是______
在宏定义#definePI3.14159中用宏名PI代替一个______
表达式~0x11的值是
若有定义floatx=1.5inta=1b=3c=2;则正确的switch语句是
在下列关系运算中不改变关系表中的属性个数但能减少元组个数的是
设有以下说明语句typedefstructintn;charch[8];PER;则下面叙述中正确的是
以下程序的运行结果为______#defineN5maininta[N]=12345itempfori=0i<N/2i++temp=a[i]a[i]=a[N-i-1]a[N-i-1=tempprintf/nfori=0i<ni++printf%da[i]
有以下程序structSTUcharname[10]intnumfloatTotalScorevoidfstructSTU*PstructSTUs[2]=SunDan20044550Penghua20045537*q=s++P++q*P=*qmainstructSTUs[3]=YangSan20041703LiSiGuo20042580fsprintf%s%d%3.0f/ns[1].names[1].nums[1].TotalScore程序运行后的输出结果是______
下面程序的输出结果是______#include<stdio.h>mainchar*p[]=BOOLOPKHSP;inti;fori=3;i>=0;i-i-printf%c*p[i];printf/n;
下列表达式中可以正确表示x≤0或x≥1的关系是
分析下列程序#include<stdio.h>mainint*p1*p2*pinta=6b=9p1=&ap2=&bifa<bp=p1p1=p2p2=pprintf%d%d*p1*p2printf%d%dab程序的输出结果为
应用数据库的主要目的是为了
可在C程序中用作用户标识符的一组标识符是
以下程序中C的二进制值是chara=2b=4c;c=a^b>>2
下列叙述中不属于设计准则的是
串的长度是
以下选项中可用做C程序合法实数的是______
假定a和b为int型变量则执行以下语句后b的值为______a=1b=10dob-=aa++whileb--<0
支持子程序调用的数据结构是
在一个容量为25的循环队列中若头指针front=16尾指针rear=9则该循环队列中共有______个元素
有以下程序mainintabd=25a=d/10%9;b=a&&-1printf%d%d/nab程序运行后的输出结果是______
深度为5的满二叉树中叶子结点的个数为______
下列程序按下面指定的数据给X数组并按如下形式输出请填空43726915810#include<stdio.h>mainintx[4][4]n=0ijforj=0j<4j++fori=3i>=j______n++x[i][j]=______fori=0i<4i++forj=0j<=ij++printf%3dx[i][j]printf/n
标准库函数fgetssnfile的功能是
下列程序的功能是求出ss所指字符串中指定字符的个数并返回此值例如若输入字符串123412132指定字符1则输出3请填空#include<conio.h>#include<stdio.h>#defineM81intfunchar*sscharcinti=0for______ss++if*ss==ci++returnimainchara[M]chprintf/nPleaseenterastringgetsaprintf/nPleaseenteracharch=getcharprinff/nThenumberofthecharis%d/nfunach
下列选项中不属于结构化程序设计方法的是______
若有以下定义和语句charc1='b'c2='e'printf%d%c/nc2-c1c2-'a'+A则输出结果
______黑箱或白箱测试方法完全不考虑程序的内部结构和内部特征
以下程序运行后的输出结果是______mainintx=0210printf%X/nx
若有定义inta=10b=9c=8;接着顺序执行下列语句变量b中的值是______c=a-=b-5;c=a%11+b=3;
热门题库
更多
计算机操作系统
软件测试工程师
计算机等级考试
法宣在线考试
司法卷一
司法卷二
司法卷三
司法卷四
企业法律顾问资格考试
“十三五”规划继续教育
潜力激活与创造力开发继续教育
创新创业能力继续教育
科研方法与论文写作继续教育
全面深化改革实现文明发展
提高自身绩效路径与方法
互联网监管与网络道德建设