若有定義:float x=1.5;int a=1,b=3,c=2;則正確的switch語(yǔ)句是()。
若有定義:float x=1.5;int a=1,b=3,c=2;則正確的switch語(yǔ)句是( )。
A.switch(x) {case 1.0:printf("*\n"); case 2.0:printf("**\n");}
B.switch((int)x); {case 1:printf("*\n"); case 2:printf("**\n");}
C.switch(a+B){case 1:printf("*\n"); case 2+1:printf("**\n");}
D.switch(a+B){case 1:printf("*\n"); case c:printf("**\n");)
正確答案:C
詞條內(nèi)容僅供參考,如果您需要解決具體問(wèn)題
(尤其在法律、醫(yī)學(xué)等領(lǐng)域),建議您咨詢(xún)相關(guān)領(lǐng)域?qū)I(yè)人士。