网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
下列程序执行后的输出结果是______。 main () { char x=0xFFFF; printf("%d \n",x--); }
A.-32767
B.FFFE
C.-1
D.-32768
参考答案
更多 “ 下列程序执行后的输出结果是______。 main () { char x=0xFFFF; printf("%d \n",x--); }A.-32767B.FFFEC.-1D.-32768 ” 相关考题
考题
下列程序执行的输出结果是()。inClUdemain(){char a[2][4]; strcpy(a,"are");strcpy(a[
下列程序执行的输出结果是( )。 #inClUde<stdio.h> main() { char a[2][4]; strcpy(a,"are");strcpy(a[1],"you"); a[0][3]=''; printf("%s\n",a); }A.areyouB.youC.areD.
考题
有下列程序,其中%u表示按无符号整数输出。 main() {unsigned int x=0xFFFF;/*x的初值为十六进制数*/ printf("%u\n",x); } 程序运行后的输出结果是( )。A.-1B.65535C.32767D.0xFFFF
考题
有以下程序,其中%u表示按无符号整数输出 main() { unsigned int x=0xFFFF;/* x的初值为+六进制数 */ printf("%u\n",x); } 程序运行后的输出结果是A.-1B.65535C.32767D.0xFFFF
考题
以下程序运行后的输出结果是( )。main(){char c;int n=100;loat f=10;double x;x=f*=n/=(c=50);printf("%d%f\n",n,x);}
考题
以下程序的输出结果是( )。 main {int x=0.5;char z=a; printf("%d\n",(x2));}A.0S
以下程序的输出结果是( )。 main {int x=0.5;char z=a; printf("%d\n",(x&1)&&(z2));}A.0B.1C.2D.3
考题
下列程序执行的输出结果是()。 include main() {char a[2][4];strcpy(a,"are");strcpy(
下列程序执行的输出结果是( )。 #include<stdio.h> main() { char a[2][4]; strcpy(a,"are");strcpy(a [1],"you"); a[0][3]=''; printf("%s\n",a); }A.areyouB.youC.areD.
考题
下列程序执行后的输出结果是( )。 main { char x=0xFFFF;printf("%d\n",x--);}A. -32767SXB
下列程序执行后的输出结果是( )。 main { char x=0xFFFF;printf("%d\n",x--);}A. -32767B.FFFEC.1D.32768
考题
以下程序运行后的输出结果是( )。 include main() {char ch[]="abcd",x[4][4];int i; f
以下程序运行后的输出结果是( )。 include<string.h> main() {char ch[]="abcd",x[4][4];int i; for(i=0;i<4;i++)strcpy(x[i],ch); for(i=0;i<4;i++)printf("%s",x[i][i]); printf("\n"); }
考题
下列程序的执行结果是_____。main(){ int x=23; do { printf("%d",x--);} while(!x);}A.321B.23C.不输出任何内容D.陷入死循环
考题
若有如下程序: main() { char a[3][5] = {"name","age","sex"},n; for(n=0;n<3;n++) printf("%s\n",a[n]);} 则程序执行后的输出结果是( )。A.nameagesexB.nameC.nameD.name agexex ge age sex x sex
考题
下列程序执行后的输出结果是: main() { char arr[2][4]; strcpy(arr'"you"); strcpy(arr[1],"me"); arr[0][3]=''; printf("%s\n",arr); } 程序的输出结果是( )。A.youmeB.meC.youD.err
考题
下列程序运行后的输出结果是()。 #include main( ) { int x=9; for(; x0; x--){ if(x%3==0){ printf(“%d”,--x); continue; } } }
考题
填空题下列程序运行后的输出结果是()。 #include main( ) { int x=9; for(; x0; x--){ if(x%3==0){ printf(“%d”,--x); continue; } } }
考题
单选题下列程序执行后的输出结果是() main( ) { int x='f'; printf(""%c /n"",'A'+(x-'a'+1)); }A
GB
HC
iD
J
热门标签
最新试卷