若有定義: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
最新試題
執(zhí)行int x,y,z.k;x=(y=4,z=16,k=32)后,x的值是()
寫出程序執(zhí)行結(jié)果
語句:printf(“%d、n”,12&012);的輸出結(jié)果是()
C語言中基本數(shù)據(jù)類型包括()
若有以下語句:int u=020,v=0x20,w=‘\20’;printf(“%d,%d,%d\n”,u,v,w);則輸出結(jié)果是()
寫出程序執(zhí)行結(jié)果
sizeof(double)是()
設(shè)有如下定義:int a=1,b=2,c=3,d=4,m=5,n=6;則執(zhí)行表達(dá)式:(m=a>b)‖(n=c>d)后,n的值是()
寫出程序執(zhí)行結(jié)果
若有以下說明:int [10]={1,2,3.4,5,6,7,8,9,10},*p= a;則數(shù)值為6的表達(dá)式是()