若有定義:float x=1.5;int a=l,b=3,C=2;則正確的switch語句是()
A.A
B.B
C.C
D.D
您可能感興趣的試卷
你可能感興趣的試題
以下四個程序中,完全正確的是()
A.A
B.B
C.C
D.D
A.gets()
B.getc()
C.getchar()
D.scanf()
A.int x[][3]={0};
B.int x[2][3]={{l,2},{3,4},{5,6}};
C.int x[][3]={{l,2,3},{4,5,6}};
D.int x[2][3]={l,2,3,4,5,6I};
A.Char str[]={’\064’};
B.Char str=”kx43”;
C.Char str=”;
D.Char str[]=”\0”;
A.3.3
B.3.8
C.4.3
D.4.8
最新試題
C語言中以下說法正確的是()
寫出程序執(zhí)行結(jié)果
執(zhí)行語句:for(i=l;i++<4;);后,變量i的值是()
語句:printf(“%d”,(a=2)&&(b=-2));的輸出結(jié)果是()
若有以下語句:int **pp,*p, a=10,b=20; pp=&p; p=&a; p=&b;printf("%d\n" ,*p,**pp) ;則輸出結(jié)果是()
語句:printf(“%d、n”,12&012);的輸出結(jié)果是()
寫出程序執(zhí)行結(jié)果
調(diào)用函數(shù):strcat(strcpy(strl,str2),str3)的結(jié)果是()
設(shè)有如下定義:int a=1,b=2,c=3,d=4,m=5,n=6;則執(zhí)行表達(dá)式:(m=a>b)‖(n=c>d)后,n的值是()
將文本文件fin.dat中的數(shù)字字符找出并寫入文本文件fnum.dat中