執(zhí)行下列語句后,輸出的結(jié)果為______。 void run() { static int x=3; x++; cout<<x<<" "
執(zhí)行下列語句后,輸出的結(jié)果為______。
void run()
{
static int x=3;
x++;
cout<<x<<" ";
}
int main()
{
for(int i=0;i<2;i++)
fun();
return D;
}
正確答案:454,5
詞條內(nèi)容僅供參考,如果您需要解決具體問題
(尤其在法律、醫(yī)學(xué)等領(lǐng)域),建議您咨詢相關(guān)領(lǐng)域?qū)I(yè)人士。