找答案
首页
所有题库
找答案
APP下载
手机号登录
首页
所有题库
计算机等级考试
单选题
单选题
更新时间:
类别:计算机等级考试
1、
开发软件所需高成本和产品的低质量之间有着尖锐的矛盾,这种现象称作( )。
2、
以下程序的输出结果是( )。 #include <stdio.h> main( ) int
3、
请读程序: #include <stdio.h> main( ) int a,b; f
4、
设有说明语句如下: static char str[]="Beijing"; 若执行下列输出语句
5、
请读程序: #include <stdio.h> #define SUB(X,Y) (X)*Y
6、
数据库、数据库系统和数据库管理系统之间的关系是( )。
7、
若x是int型变量,且有下面的程序段: for(x=3;x<6;x++) printf((x%2)
8、
以下程序的输出结果是( )。 #include <stdio.h> main( ) int
9、
下列SQL语句中,用于修改表结构的是( )。
10、
以下程序的输出结果是( )。 #include <stdio.h> main( ) int
11、
串的长度是( )。
12、
有以下程序: #include <stdio.h> union pw int i; char
13、
以下程序的输出结果是( )。 #include <stdio.h> #include <str
14、
开发大型软件时,产生困难的根本原因是( )。
15、
下列描述中不正确的是( )。
16、
请选出可用作C语言用户标识符的一组( )。
17、
以下程序的输出结果是( )。 #include <stdio.h> main( ) int
18、
若有以下的说明和语句,则在执行for语句后,*(*(pt+1)+2)表示的数组元素是( )。 i
19、
以下说法中正确的是( )。
20、
请读程序: #include <stdio.h> #include <string.h> ma
21、
设有以下语句: char str[4][12]="aaa","bbbb","ccccc","ddd
22、
以下选项中,能定义s为合法的结构体变量的是( )。
23、
以下程序的运行结果是( )。 #include <stdio.h> main( ) int
24、
执行下面程序中的输出语句后,a的值是( )。 #include <stdio.h> main(
25、
请读程序: #include <stdio.h> int a[]=2,4,6,8,; main
26、
执行下面程序段的结果是( )。 int x=23; do printf("%2d",x--);
27、
设有以下语句: char a=3,b=6,c; c=a^b<<2;则c的二进制值是( )。
28、
语句:printf("%d/n",12&012);的输出结果是( )。
29、
设有如下的程序段: char str[]="Hello"; char *ptr; ptr=st
30、
以下不属于面向对象的基本特点的是( )。
31、
在C语言中,下列各选项为不正确的int类型的常数足( )。
32、
读下面程序段(字符串内没有空格字符): printf("%d/n",strlen("ATS/n01
33、
下面程序的输出结果是( )。 #include <stdio.h> int m=13; in
34、
下面不属于软件设计原则的是( )。
35、
以下程序的输出结果是( )。 #include <stdio.h> main( ) in
36、
关系模型允许定义三类数据约束,下列不属于数据约束的是( )。
37、
在计算机中,算法是指( )。
38、
数据结构作为计算机的一门学科,主要研究数据的逻辑结构、对各种数据结构进行的运算以及( )。
39、
C语言中,下列叙述正确的是( )。
40、
以下程序的输出结果是( )。 #include <stdio.h> int fan(int);
41、
下面各语句行中,能正确地给字符串赋值的语句行是( )。
42、
若已定义:int a[9],*p=a;并在以后的语句中未改变p的值,下列选项中不能表示 a[1]地址
43、
以下选项中属于C语言数据类型的是( )。
44、
请选出以下程序的输出结果( )。 #include <stdio.h> #define MIN
45、
若有以下说明和语句,则四个选项中是对c数组元素的正确引用的是( )。 int c[4][5],(
46、
读程序: #include <stdio.h> f(int b[],int n) int
47、
请选出以下程序的输出结果( )。 #include <stdio.h> sub(int *s,
48、
请读程序: #include <stdio.h> func(int a, int b) in
49、
已知字符0的ASCII码为十六进制的30,现有程序如下: #include <stdio.h>
50、
有以下程序: #include <stdio.h> main( ) int c; wh
最新试卷
填空
单项选择
填空
单项选择
填空
单项选择
问答
问答
问答
问答