网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
以下程序段的输出结果是()(□表示空格) Print"a";Tab(3);"b"
- A、a□b
- B、□a□□□□b
- C、a□□□b
- D、a□□b
参考答案
更多 “ 以下程序段的输出结果是()(□表示空格) Print"a";Tab(3);"b"A、a□bB、□a□□□□bC、a□□□bD、a□□b” 相关考题
考题
若变量已正确定义,有以下程序段: i=0; do printf("%d,",i); while(i++); print f("%d\n",i); 其输出结果是( )。A.0,0B.0,1C.1,1D.程序进入无限循环
考题
以下程序的输出结果是______。includedefine FUDGE(y)2.84+ydefine PR(A)printf("%d"
以下程序的输出结果是______。 #include<stdio.h> #define FUDGE(y) 2.84+y #define PR(A) printf("%d",(int)(a) ) #define PRINT1(A) PR(a) ;putchar('\n') main() { int x=2; PRINT1(FUDGE(5)*X); }A.11B.12C.13D.15
考题
若有以下程序段: int r=8; print("%d\n",r1): 输出结果是( )。 A.16B.8S
若有以下程序段: int r=8; print("%d\n",r1): 输出结果是( )。A.16B.8C.4D.2
考题
以下程序运行后的输出结果是 。includemain(){int a;a=(int)((double)(3/2)+0.5+(int)1.99*2);print{(“%d\n”,a);}
考题
请读程序段: char str[]="ABCD",*p=str print("%d\n",*(p+4)); 程序段的输出结果是______。A.68B.OC.字符'D'的地址D.不确定的值
考题
以下程序的输出结果是______。 main() { chsr st[20]="bello\0\t\\"; print("%d%f\n",strlen(st),sizeof(st)); }A.99B.520C.1320D.2020
考题
以下程序段中的变量已正确定义: 程序段的输出结果是( )。 A.********B.****
以下程序段中的变量已正确定义:程序段的输出结果是( )。A.********B.****C.**D.*
考题
以下程序段的输出结果是( )。 x=1 y=4 Do Until y4 x= x * y y=y+1 Loop Print XA.1SX
以下程序段的输出结果是( )。 x=1 y=4 Do Until y4 x= x * y y=y+1 Loop Print XA.1B.4C.8D.20
考题
下面程序段的输出结果是:int a = 2;System.out.print( a++);System.out.print( a);System.out.print(++a);
A.333B.334C.234D.233
考题
填空题以下程序段的输出结果是()。 char s[]= “\\140\140abc\t”; prntf(“%d\n”,strlen(s));
热门标签
最新试卷