int b=2, c=3; a = b+c; func(); printf("a=%d\n", a); system("PAUSE"); return 0; }. 請執行上述程式,並記錄結果。 說明:變數a,宣告於函式func、main的{ }外部, ...
確定! 回上一頁