首页
试卷库
试题库
当前位置:
X题卡
>
所有题目
>
题目详情
下列程序执行后的输出结果是( )。 #include <stdio. h> main( ) int a[3][3],*p, i; p=&a[0][0]; for(i=1; i<9;...
查看本题答案
包含此试题的试卷
计算机等级考试《单项选择》真题及答案
点击查看
你可能感兴趣的试题
有以下程序#include<iostream>#include<string>usxngnamesp
8
12
5
7
执行下列程序后输出的结果是#include<stdio.h>#defineSXX*Xvoidmain
1
4
9
下列程序执行的输出结果是#include<stdio.h>main{chara[2][4];strc
are&you
you
are
&
下列程序执行输出的结果是#include<stdio.h>fint
&n
执行下列程序后的输出结果是______ #include<iostream> usingname
有下列程序段:#include<iostream>usingnamespacestd;intmain
Hello,you
Hello0you
Hello
若有以下程序 #include<iostream> usingnamespacestd int
若有以下程序#include<iostream>usingnamespacestdintmain{i
-6
12
-12
若执行下列程序时从键盘上输入2则输出结果是#include<stdio.h>mainintascan
;
&
下列程序执行输出的结果是#include<stdio.h>fint
&n
执行下列程序后的输出结果是______#include<iostream>usingnamespac
若有以下程序 #include<iostream> usingnamespacestd; in
下列程序执行的输出结果是 #inClude<stdio.h> main {chara[2][4
are&you
you
are
&
下列程序执行的输出结果是#inClUde<stdio.h>main{chara[2][4]strcp
are&you
you
are
&
下列程序执行后的输出结果是#include<string.h>main{chararr[2][4];
you&me
you
me
err
有以下程序#include<stdio.h>#include<string.h>main{char*
2
3
4
5
下列程序执行输出的结果是#include<stdio.h>fint
&nbs
有以下程序 #include<stdio.h> main {intt=1i=5; for;i
执行下列程序后输出的结果是 #include<stdio.h> #defineSXX*X vo
1
4
9
有以下程序#include<iostream.h>#include<iomanip.h>voidma
****123.45
**123.45**
123.45****
***123.45*
热门试题
更多
下列叙述中错误的是
下列程序执行后的输出结果是#include<stdio.h>voidfunc1inti;voidfunc2inti;charst[]=hellofriend!;voidfunc1intipnintf%c1st[i];ifi<3i+=2;func2i;voidfunc2intiprintf%cst[i];ifi<3i+=2;func1i;maininti=0;func1i;printf/n;
数据库DB数据库系统DBS数据库管理系统DBMS之间的关系是
下面关于对象概念的描述中错误的是
已定义以下函数intfunint*preturn*p;fun函数返回值是
下列给定程序中函数fun的功能是统计带头结点的单向链表中结点的个数并存放在形参n所指的存储单元中请在下划线处填入正确的内容并将下划线删除使程序得出正确的结果注意部分源程序给出如下不得增行或删行也不得更改程序的结构!试题程序#include<stdio.h>#include<stdlib.h>#defineN8typedefstructlistintdata;structlist*next;SLIST;SLIST*creatlistint*a;voidoutlistSLIST*;voidfunSLIST*hint*nSLIST*p;/******************found*******************/1=0;p=h->next;whilep*n++;/******************found*******************/p=p->2;mainSLIST*head;inta[N]=1287453291162048num;head=creatlista;outlisthead;/******************found*******************/fun3#printf/nnumber=%d/nnum;SLIST*creatlistinta[]SLIST*h*p*q;inti;h=p=SLIST*mallocsizeofSUST;fori=0;i<N;i++q=SLIST*mallocsizeofSLIST;q->data=a[i];p->next=q;p=q;p->next=0;returnh;voidoutlistSLIST*hSLIST*p;p=h->next;ifp==NULLprintfThelistisNULL!/n;elseprintf/nHead;doprintf->%dp->data;p=p->next;whilep!=NULL;printf->End/n;
下列选项中不属于软件生命周期开发阶段任务的是
下列叙述中正确的是
有三个关系RS和T如下 由关系R和S通过运算得到关系T则所使用的运算为
有以下程序#include<stdio.h>mainintis=1;fori=1;i<50;i++if!i%5&&!i%3s+=i;printf%d/ns;程序的输出结果是
有以下程序#include<stdio.h>funintxintyreturnx+y;maininta=1b=2c=3sum;sum=funa++b++a+bc++;printf%d/nsum;执行后的输出结果是
以下4个选项中不能看成一条语句的是
设变量均已正确定义若要通过scanf%d%c%d%c&a1&c1&a2&c2;语句为变量a1和a2赋数值10和20为变量c1和c2赋字符X和Y以下所示的输入形式中正确的是注口代表空格字符
在执行下述程序日寸若从键盘输入6和8则结果为mainintabs;scanf%d%d&a&b;s=a;ifa<bs=b;s*-=s;printf%ds;
在结构化方法中用数据流程图DFD作为描述工具的软件开发阶段是
有以下程序段charch;intk;ch='a';k=12;printf%c%dchchk;printfk=%d/nk;已知字符a的ASCII十进制代码为97则执行上述程序段后输出结果是
有以下程序#include<stdio.h>voidsortinta[]intnintijt;fori=0;i<n-1;i++forj=i+1;j<n;j++ifa[i]<a[j]t=a[i];a[i]=a[i];a[j]=t;mainintaa[10]=12345678910i;sortaa+25;fori=0;i<10;i++printf%daa[i];
有以下程序#include<stdio.h>mainFILE*pf;char*s1=China*s2=Beijing;pf=fopen123.datwb+;fwrites27pf;rewindpf;/*文件位置指针回到文件开头*/fwrites151pf;fclosepf;以上程序执行后123.dat文件的内容是
线性表是一个
如果进栈序列为e1e2e3e4则可能的出栈序列是
当变量c的值不为246时值也为真的表达式是
以下正确的程序段是
下列给定程序中函数fun的功能是求出s所指字符串中最后一次出现的t所指字符串的地址并通过函数值返回在主函数中输出从此地址开始的字符串若未找到则函数值为NULL请改正程序中的错误使它能得出正确的结果注意不要改动mam函数不得增行或删行也不得更改程序的结构!试题程序#include<stdio.h>#include<string.h>char*funchar*schar*tchar*p*r*a;/******************found*******************/a=Null;while*sp=s;r=t;while*r/******************found*******************/ifr==pr++;p++;elsebreak;if*r==’/0’a=s;s++;returna;voidmainchars[100]t[100]*p;printf/nPleaseenterstringS:;scanf%ss;printf/nPleaseentersubstringt:;scanf%st;p=funst;ifpprintf/nTheresultis:%s/np;elseprintf/nNotfound!/n;
以下叙述中正确的是
单个用户使用的数据视图的描述称为
下列关于栈的描述中错误的是
已有定义intia[10]*p;则合法的赋值语句是
以下叙述中错误的是
以下程序的输出结果是structHARintxy;structHAR*p;h[2];mainh[0].x=1;h[0].y=2;h[1].x=3;h[1].y=4;h[0].p=&h[1];h[1].p=h;printf%d%d/nh[0].p->xh[1].p->y;
以下scanf函数调用语句中对结构体变量成员的引用不正确的是structpupi1charname[20];intage;intsex;pup[5]*p;p=pup;
热门题库
更多
计算机等级考试
法宣在线考试
司法卷一
司法卷二
司法卷三
司法卷四
企业法律顾问资格考试
“十三五”规划继续教育
潜力激活与创造力开发继续教育
创新创业能力继续教育
科研方法与论文写作继续教育
全面深化改革实现文明发展
提高自身绩效路径与方法
互联网监管与网络道德建设
“互联网+”和电子商务继续教育
职业道德素养继续教育