A.if(c==’32’) B.if(c==32) C.if(c==’\40’) D.if(c==’ ’)
以下程序的運行結果為()。
A.0 B.1 C.2 D.3
執(zhí)行以下語句后,x、y和z的值分別為()。 intx,y,z; x=y=z=0; ++x‖++y&&++z;