网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

以下程序的输出结果是()      #include      main( )  {int a,b,d=241;      a=d/100%9;  b=(-1)&&(-1);  printf(“%d,%d/n”,a,b);} 

  • A、6,1
  • B、6,0
  • C、2,1
  • D、2,0

参考答案

更多 “ 以下程序的输出结果是()      #include      main( )  {int a,b,d=241;      a=d/100%9;  b=(-1)&&(-1);  printf(“%d,%d/n”,a,b);} A、6,1B、6,0C、2,1D、2,0” 相关考题
考题 有以下程序#include stdio.hint a= 5;void fun(int b){ int a= 10;a+=b; printf("%d",a);}main(){ int c=20;fun(c);a+=c;printf("%d\n",a);}程序运行后的输出结果是 【 1 1 】 。

考题 以下程序的输出结果是( )。#includestdio.hvoid main(){int a,b,d=241; a=d/100%9; b=(-1)(-1); printf("%d,%d\n",a,b);}A.6,1 B.2,1 C.6,0 D.2,0

考题 下列程序的输出结果是( )main(){ int a,b,d=25;a=d/10%9;b=a(-1);printf("%d,%d\n",a,b);}A.6,1B.2,1C.6,0D.2,0

考题 以下程序的输出结果是()。includemain(){int a=-1,b=1,k; if((++a 以下程序的输出结果是( )。 #include <stdio.h> main() { int a=-1,b=1,k; if((++a<0)! (b-- <=0)) printf("%d %d\n",a,b); else printf("%d %d\n",b,a); }A.-1 1B.0 1C.1 0D.0 0

考题 以下程序运行后的输出结果是( )。 include main(){ int a=1, b=7; do { b=b/2; a+=b 以下程序运行后的输出结果是( )。include<stdio.h>main(){ int a=1, b=7;do {b=b/2; a+=b;} while(b>1);printf("%d\n",A);}

考题 下列程序的输出结果是( )。 main { int a,b,d=25; a=d/10%9; b=a&&(一1); printf("%d,%d\n",a,b);}A.6,1B.2,1C.6,0D.2,0

考题 以下程序的输出结果是( )。 includefun(){ int a=0;a+=3;printf("%d",A); } main() {int 以下程序的输出结果是( )。include<stdio.h>fun(){ int a=0;a+=3;printf("%d",A);}main(){ int cc;for(cc=1;cc<=4;cc++)fun();printf("\n");}

考题 以下程序的输出结果是() include main( ) { int a,b; for(a=1,b=1,a 以下程序的输出结果是 ( ) # include<stdio.h> main( ) { int a,b; for(a=1,b=1,a<=50;a+ +) { if(b>=10) break; if (b%2==1) { b+=2; continue } b+=2; } printf("%d\n",a); }A.4B.5C.6D.7

考题 执行以下程序的输出结果是【 】。include main()[ inti, n[4]={1};for(i= 1 ;i 执行以下程序的输出结果是【 】。include <stdio.h>main()[ int i, n[4]={1};for(i= 1 ;i<=3 ;i++){ n[i]=n[i-1]*2+1; printf("%d",n[i]); }

考题 有以下程序:include main( ){ unsigned int a; int b=-1;a=b;printf(" % u", a);程序 有以下程序: #include <stdio. h> main( ) { unsigned int a; int b=-1; a=b; printf(" % u", a);程序运行后的输出结果是( )。A.-1B.65535C.32767D.-32768

考题 以下程序的输出结果是()。include main(){int i; for(i=1;i 以下程序的输出结果是( )。 #include <stdio.h> main() { int i; for(i=1;i<5;i++) { if(i%2) printf("*"); else continue; printf("#"); } printf("$\n");A.*#*#*#$B.#*#*#*$C.*#*#$D.#*#*$

考题 以下程序的输出结果是()includemain(){int a,b,d=241;a=d/100%9b=(-1)(+1); 以下程序的输出结果是( ) #include<stdio.h> main() {int a,b, d=241; a=d/100%9 b=(-1)(+1); printf("%d,%d,a,d");}A.6,1B.2,1C.6,0D.2,0

考题 以下程序的输出结果是______。includemain(){int a,b,d=241; a=d/100%9; b=(-1) a=d/100%9; b=(-1)(-1); printf("%d,%d",a,b); }A.6,1B.2,1C.6,0D.2,0

考题 有以下程序: main() {int a,b,d=25; a=d/10%9;b=a&&(-1); printf("%d,%d\n",a,B); } 程序运行后的输出结果是( )。A.6,1B.2,1C.6,0D.2,0

考题 有以下程序main() { int a,b,d=5; a=d*10%8; b=a(-1); printf("%d,%d\n",a,b);}程序运行后的输出结果是A.10,1 B.2,1 C.10,0 D.2,0

考题 以下程序的输出结果是include stdio.hmain(){ int a,b,d=241;a=d/100%9;b=(-1)stdio.hmain(){ int a,b,d=241; a=d/100%9; b=(-1)(-1); printf("%d,%d\n",a,b);}A.6,1 B.6,0 C.2,1 D.2,0

考题 以下程序的输出结果是()。includemain(){int n=4; while(n--) printf("%d",--n);}A.2 0 以下程序的输出结果是( )。 #include <stdio.h> main() { int n=4; while(n--) printf("%d ",--n); }A.2 0B.3 1C.3 2 1D.2 1 0

考题 下列程序的输出结果是______。 include main ( ) {int a,b,c=246; a=c/100%9; b=(-1) 下列程序的输出结果是______。 #include <stdio. h> main ( ) { int a,b,c=246; a=c/100%9; b=(-1)(-1); printf ("%d, %d\n", a,b); }A.2,1B.3,2C.4,3D.2,-1

考题 有以下程序: main() {int a,b,d=25; a=d/10%9; b=a(-1); printf("%d,%d\n",a,b); } 程序运行后的输出结果是 ______。A.6,1B.2,1C.6,0D.2,0

考题 有以下程序,程序执行后,输出结果是【】include void fun(int*A) {a[0]=a[1];} main() {i 有以下程序,程序执行后,输出结果是【 】include<stdio.h>void fun(int*A){ a[0]=a[1];}main(){ int a[10]={10,9,8,7,6,5,4,3,2,1,},i;for(i=2;i>1=0;i-) fun(a[i]);for(i=0;i<10;i++) printf("%d,a[i]);printf("\n");}

考题 以下程序的输出结果是()。inCludemain(){int a,b,d=241;a=d/100%9;b=(-1)(+1 以下程序的输出结果是( )。 #inClude<stdio.h> main() { int a,b,d=241; a=d/100%9; b=(-1)(+1); printf("%d,%d",a,b); }A.6,1B.2,1C.6,0D.2,0

考题 以下程序的输出结果是_______。includemain(){ int i;for(i=1;i 以下程序的输出结果是_______。 #include<stdio.h> main() { int i; for(i=1;i<5;i++){ if(i%2)printf("*"); else continue; printf("#"); } printf("$\n"); }A.*#*#*#$B.#*#*#*$C.*#*#$D.#*#*$

考题 有程序 include main( ) { int a,b,c=246; a=c/100%9; b=(-) (- 有程序 # include<stdio.h> main( ) { int a,b,c=246; a=c/100%9; b=(-) (-1); printf("%d,%d\n%,a,b); } 输出结果是 ( )A.2,1B.3,2C.4,3D.2,-1

考题 以下程序的输出结果是________。includemam(){inta,b,d=241;a=d/100%9;b=(-1)(-1); printf("%d,%d\n",a,B) ; }A.6,1B.2,1C.6,0D.2,0

考题 有以下程序: include main( ) {int a,b,d =25; a = d/10%9;b = a(-1); prin 有以下程序: #include <stdio.h> main( ) { int a,b,d =25; a = d/10%9;b = a(-1); printf("% d,% d\n" ,a,b); } 程序运行后的输出结果是( )。A.6,1B.2,1C.6,0D.2,0

考题 以下程序的输出结果是( )。 include fun() {static int a=0; a+=3;printf("%d",A); } ma 以下程序的输出结果是( )。 include<stdio.h> fun() {static int a=0; a+=3;printf("%d",A); } main() {int cc; for(cc=1;cc<5;cc++)fun(); printf("\n"); }

考题 单选题有以下程序:#includemain(){ int a,b,c=241; a=c/100%9; b=(-1)(-1); printf(%d,%d,a,b);}程序运行后的输出结果是(  )。A 2,1B 6,1C 6,0D 2,0

考题 单选题以下程序的输出结果是()      #include      main( )  {int a,b,d=241;      a=d/100%9;  b=(-1)&&(-1);  printf(“%d,%d/n”,a,b);}A 6,1B 6,0C 2,1D 2,0