有以下程序:include<stdiO.h>main( ){int a=1,b=0; printf("%d,",b=a+b); prin
有以下程序:
include<stdiO.h>
main( )
{int a=1,b=0;
printf("%d,",b=a+b);
printf("%d\n",a=2+b); ’
}
程序運行后的輸出結(jié)果是( )。
A.0,0
B.1,3
C.3,2
D.1,2
正確答案:D本題輸出兩個值,第一個printf語句輸出b的值b=a+b=1。第二個printf語句輸出了a的值,a=2 b,此時b的值為1,所以a的值為2。
詞條內(nèi)容僅供參考,如果您需要解決具體問題
(尤其在法律、醫(yī)學(xué)等領(lǐng)域),建議您咨詢相關(guān)領(lǐng)域?qū)I(yè)人士。