4- Call by value result int a = 100; // Global variable void P(int x) { a = 1000; // this will update global variable a 100 to 1000.
確定! 回上一頁