有以下程序 main( ) { char k; int l; for(i=1;i<3;i++) { scanf(“%c”,&k);
有以下程序 main( ) { char k; int l; for(i=1;i<3;i++) { scanf(“%c”,&k); switch(k) { case ‘0’: printf(“another\n”); case ‘1’: printf(“number\n”); } } } 程序運(yùn)行時(shí),從鍵盤輸入:01<回車>,程序執(zhí)行后的輸出結(jié)果是( )
A.a(chǎn)nother number
B.a(chǎn)nother number another
C.a(chǎn)nother number number
D.number number
正確答案:A解析:在本題中,for循環(huán)共有兩次,因此輸出結(jié)果為兩行;而且在scanf語(yǔ)句中,如果輸入的數(shù)據(jù)多于scanf要求輸入的數(shù)據(jù),則多余的數(shù)據(jù)將留在緩沖區(qū)作為下一次輸入操作的輸人數(shù)據(jù)。
詞條內(nèi)容僅供參考,如果您需要解決具體問(wèn)題
(尤其在法律、醫(yī)學(xué)等領(lǐng)域),建議您咨詢相關(guān)領(lǐng)域?qū)I(yè)人士。