首页
试卷库
试题库
当前位置:
X题卡
>
所有题目
>
题目详情
有以下程序: #include <stdio.h> struct st int x,y;data[2]=1,10,2,20; main( ) struct st *p=data; pri...
查看本题答案
包含此试题的试卷
计算机等级考试《单项选择》真题及答案
点击查看
你可能感兴趣的试题
有以下的程序#include<stdio.h>voidfunchar*fnamechar*st{FI
hello,
new worldhello,
new world
hello,rld
以下程序运行后的输出结果是#include<stdio.h>structstintxydata[2]
10,1
20,1
10,2
20,2
以下程序的输出结果是#include<stdio.h>structstintx;int*y;*p;i
10
11
51
60
有以下程序 #include main {intx=011; printf%d/n++x; } 程
12
11
10
9
以下程序运行后的输出结果是#include<stdio.h>structstintxydata[2]
10,1
20,1
10,2
20,2
【程序2.1说明】 已知一个排好序的数组现输入一个数要求按原来的顺序规律将它插入到数组中 【程序
有下列程序#include<stdio.h>structstintxydate[2]=110220v
10,1
20,1
10,2
20,2
以下程序运行后的输出结果是#include<stdio.h>#include<string.h>st
; printf("%d, %s, %6.1f", a.a, a.b, a.c);
struct A f(st
以下程序输出结果是______#include<iostream.h>voidnintivoidf2
How
do
Hwo
Hwoy
有以下程序#include<stdio.h>structstintxy;data[2]=110220
10,1
20,1
10,2
20,2
以下程序的输出结果是#include<stdio.h>structstiintxint*y}*pin
10
11
51
60
下列程序中的数组a包括10个整数元素分别将前项和后项之和存入数组b并按每行4个元素输出数组b请填空
以下程序的运行结果是#include<stdio.h>mainstuctdateintyearmon
6
8
10
12
以下程序的输出结果是#include<stdio.h>structst{intxint*y}*pin
10
11
51
60
有以下程序 #include structst {intxy}data[2]={110220}
10,1
20,1
10,2
20,2
当执行以下程序时输入1234567890<回车>则其中while循环体将执行______次#incl
有以下的程序#include<stdio.h>voidfunchar*fnamechar*stFIL
hello,
new worldhello,
new world
hello,rld
有以下程序 #include intk=7; int*stint*a { int*c=&k; if
有以下程序#include<stdio.h>intk=7;int*stint*aint*c=&k;i
有以下程序 #include<stdio.h> structst {intxy;}data[2]=
10,1
20,1
10,2
20,2
热门试题
更多
已有文本文件test.txt其中的内容为Helloeveryone!与everyone之间没有空格以下程序中文件test.txt已正确为读而打开由此文件指针fr指向文件则程序的输出结果是______#include<stdio.h>voidmainFILE*fr;charstr[40];fgetsstr8fr;printf%s/nstr;fclosefr;
以下程序段完全正确的是
算法的空间复杂度是指
有以下程序#include<stdio.h>#include<string.h>voidfunchar*s[]intnchar*t;intijfori=0;i<n-1;i++fofj=i+1j<nj++ifstrlens[i]>strlens[j]t=s[i];s[i]=s[j];s[j]=t;mainchar*ss[]=bccbbccxyaaaaccaabcc;funss5;printf%s%s/nss[0]ss[4];程序的运行结果是
以下叙述中正确的是
若有定义inta=8b=5c执行语句c=a/b+0.4;后c的值为
有以下程序intf1intxintyreturnx>yx:y;Intf2intxintyreturnx>yy:x;maininta=4b=3c=5def;d=f1abd=f1dce=f2abe=f2ecf=a+b+c-d-e;printf%d%d%d/ndef;程序运行后输出的结果是
读取二进制文件的函数调用形式为freadbuffersizecountfp;其中buffer代表的是
数据管理技术发展过程经过人工管理文件系统和数据库系统三个阶段其中数据独立性最高的阶段是______
假定已建立以下链表结构且指针p和q已指向如图所示的结点则以下选项中可将q所指结点从链表中删除并释放该结点的语句组是
下列叙述中正确的是
在算法的5个特性中算法必须能在执行有限个步骤之后终止指的是算法的______性
下面程序的运行结果是______#include<stdio.h>intfinta[]intnifn>1returna[0]+fa+1--n-1elsereturna[0];mainintaa[10]=12345678910s;s=faa+28;printf%d/ns;
设有intx=2y说明则逗号表达式y=x+5x+y的值是______
有以下程序当执行程序时按下列方式输入数据从第1列开始<CR>代表回车注意回车也是一个字符12<CR>34<CR>则输出结果是#include<stdio.h>maincharabcd;scanf%c%c&a&b;c=getchar;d=getchar;printf%c%c%c%c/nabcd;
若有程序mainintijscanfi=%d%d&i&j;printfi=%dj=%d/nij;要求给i赋1给j赋2则应该从键盘输入______
软件详细设计的主要任务是确定每个模块的
在调用一个函数的过程中可以直接或间接地调用该函数这种调用称为______调用该函数称为______函数
以下结构体类型说明和变量定义中正确的是
有以下函数定义voidfunintndoublex若以下选项中的变量都已正确定义并赋值则对函数fun正确的调用语句是
运行以下程序后如果从键盘上输入6514<回车>则输出结果为voidmainintmnprintfEntermn:scanf%d%d&m&n;whilem!=nwhilem>nm-=nwhilen>mn-=m;printfm=%d/nm;
下面程序运行后输出的结果是voidmainchararr[2][4];strcpyarr[0]you;strcpyarr[1]me;arr[0][3]='&'printf%s/narr[0];
设有定义inta*pa=&a以下scanf语句能正确为变量a读入数据的是
若有定义语句intx=10;则表达式x-=x+x的值为
有以下程序voidsuminta[]a[-1]+=a[0]+a[1]voidmaininta[10]=12345678910;sum&a[2]printf%d/na[2];程序运行后输出的结果是
程序的3种基本控制结构是
有以下程序voidmaincharstr[]=XYZ*ps=str;while*psps++;forps--;ps-str>=0;ps--putsps;执行后输出的结果是
设有以下宏定义#defineWIDTH80#defineLENGTHWIDTH+40则执行赋值语句k=LENGTH*20:k为int型变量后k的值是______
下面不属于软件设计原则的是
有以下程序mainchara[]=abcdefgb[10]=abcdefgprintf%d%d/nsizeofasizeofb;执行后输出的结果是
热门题库
更多
计算机等级考试
法宣在线考试
司法卷一
司法卷二
司法卷三
司法卷四
企业法律顾问资格考试
“十三五”规划继续教育
潜力激活与创造力开发继续教育
创新创业能力继续教育
科研方法与论文写作继续教育
全面深化改革实现文明发展
提高自身绩效路径与方法
互联网监管与网络道德建设
“互联网+”和电子商务继续教育
职业道德素养继续教育