首页
试卷库
试题库
当前位置:
X题卡
>
所有题目
>
题目详情
有以下程序 main( ) { int a[3][3],*p,i; p=&a[0][0]; for(j=0;i<9;i++)p[i]=i; for(i=0;i<3;i++)prin...
查看本题答案
包含此试题的试卷
计算机等级考试《单选题》真题及答案
点击查看
你可能感兴趣的试题
有以下程序 #include intfintx; main { intab=0;
ABE
BDI
BCF
BCD
有以下程序 inta=3 main {ints=0 {inta=5s+=a++} s+=a
8
10
7
11
下列程序的运行结果为#include<iostream.h>template<classTT>cla
6.1 15.2
6 15
6 15.2
6.1 15
有以下程序inta=3;mainints=0;inta=5;s+=a++;s+=a++;printf
8
10
7
11
下列程序的运行结果为#include<iostream.h>template<classTT>cla
6.1 15.2
6 15
615.2
6.115
有以下程序maininta[][3]=123450*p
[3],i;
下列程序的运行结果为#include<iostream.h>template<classTT>cla
6.1 15.2
6 15
615.2
6.115
有以下程序maininta[][3]=123450*p
[3],i;
 
有以下程序 #include intfintn; main {inta=3s; s=fa;
7
8
9
10
有以下程序inta=3;main{ints=0;{inta=5;s+=a++;}s+=a++;pri
8
10
7
11
下列程序的运行结果为#include<iostream.h>template<classTT>cla
6.1 15.2
6 15
6 15.2
6.1 15
下列程序执行后输出的结果是______intd=1funintp{intd=5d+=p++;prin
8,12
9,13
8,4
9,5
有以下程序#include<stdlib.h>voidfunint*sint**d{**d=*s+2
2
3
4
5
有以下程序voidswaplintc0[]intc1[]intt;t=co[o];co[o]=o1[
3 5 5 3
5 3 3 5
3 5 3 5
5 3 5 3
函数fun的功能是从三个形参abc中找出中间的那个数作为函数值返回例如当a=3b=5c=4时中间的数
有以下程序 funintaintb {ifa>breturna; elsereturnb;
有以下程序inta=3main{ints=0{inta=5s+=a++}s+=a++printf%d
8
10
7
11
有以下程序 #include intfunintn { ifn==0return1; return
下列程序执行后输出的结果是______intd=1funintpintd=5d+=p++;print
;
&nbs
有以下程序 #include intfunintaintb {ifb==0returna e
1
2
3
4
热门试题
更多
若有以下说明和语句intc[4][5]*p[5];p=c; 能正确引用c数组元素的是
某二叉树中度为2的结点有18个则该二叉树中有【】个叶子结点
在64为计算机中一个字长所占字节数为
以下函数的功能是通过键盘输入数据为数组中的所有元素赋值 #defineN10 voidarrinintx[N] {inti=0;whilei<N scanf%d_________; } 在下划线处应填入的是
以下程序的功能是求出数组X中各相邻两个元素的和依次存放到a数组中然后输出请填空 main {intx[10]a[9]i fori=Oi
若要求从键盘读入含有空格字符的字符串应使用函数【】
已定义以下函数 intfunint*P {return*p fun函数返回值是【】
以下叙述中正确的是【】
程序中对fun函数有如下说明 void*fun; 此说明的含义是
有以下程序 #include<string.h> main {char*p=abcde/0ghjik/0 printf%d/nstrlenp } 程序运行后的输出结果是
对于长度为n的线性表在最坏情况下下列各排序法所对应的比较次数中正确的是【】
数据独立性是数据库技术的重要特点之一所谓数据独立性是指【】
新建文档WD6A.DOC复制文档WD6.DOC将标题段文字微机家庭普及化的日子已到来广设置为宋体小三号居中添加蓝色阴影边框边框的线型和线宽使用缺省设置正文文字微机在发达国家至今也还有争议设置为四号楷体_GB2312存储为文档WD6A.DOC
将考生文件夹下HARE/DOWN文件夹中的文件EFLFU.FMP设置为存档和只读属性
有以下程序 inta=2; intfint*a {return*a++;} main {ints=0; {inta=5; s+=f&a; } s+=f&a; printf%d/ns; } 执行后输出结果是
当变量c的值不为246时值也为真的表达式是
若有说明intn=2*p=&n*q=p则以下非法的赋值语句是
设char型变量x中的值为10100111则表达式2+x∧~3的值是
设有定义语句intx[6]={246857}*p=xi; 要求依次输出x数组6个元素中的值不能完成此操作的语句是
有以下程序 #include<stdio.h> main {charc1=''1''c2=''2'' c1=getcharc2=getcharputcharc1putcharc2 } 当运行时输入a<回车>后以下叙述正确的是【】
有以下程序若运行时从键盘输入1811则程序的输出结果是【】 main {intab printfEnterabscanf%d%d&a&b whilea!=b {whilea>ba-=b whileb>ab-=a } printf%3d%3d\nab }
有以下程序 #include main {structSTU{charname[9]charsexdoublescore[2]} structSTUa={Zhaom’’85.090.0}b={Qianf’’95.092.0} b=a printf%s%c%2.0f%2.0f/nb.nameb.sexb.score[0]b.score[1] } 程序的运行结果是
有以下程序 voidsschar*schart {while*s {if*s==t*s=t-''a''+''A'' s++ } } main {charstrl[100]=abcddfefdbdc=''d'' ssstrlcprintf%s/nstrl } 程序运行后的输出结果是
若有以下程序段 intm=0xabcn=0xabc; m-=n; printf%X/nm; 执行后输出结果是
下列关于栈的描述中错误的是【】
有以下程序 main {chara=''a''b; print%c++a; printf%c/nb=a++; } 程序运行后的输出结果是
有以下程序 #definefxx*x main {inti; i=f4+4/f2+2; printf%d/ni;} 执行后输出结果是
有以下程序 #include<string.h> main {charstr[][20]={HelloBeijing}*p=str; printf%d/nstrlenp+20; } 程序运行后的输出结果是
有以下程序段 intabc a=10b=50c=30 ifa>ba=bb=cc=a printfa=%db=%dc=%d/nabc 程序的输出结果是
热门题库
更多
计算机等级考试
法宣在线考试
司法卷一
司法卷二
司法卷三
司法卷四
企业法律顾问资格考试
“十三五”规划继续教育
潜力激活与创造力开发继续教育
创新创业能力继续教育
科研方法与论文写作继续教育
全面深化改革实现文明发展
提高自身绩效路径与方法
互联网监管与网络道德建设
“互联网+”和电子商务继续教育
职业道德素养继续教育