#include <stdio.h> int addFun(int x, int y) { return x + y; } void main() { int a = 10, ... C語言定義參數傳遞的方式為"Call By Value",中文翻成傳值呼叫。
確定! 回上一頁