stack和stack frame ... int Add(int a, int b) { int c; c=a+b; return c; } Main() { Add(10, 5); printf("hello world!"); }.
確定! 回上一頁