5. C/C++ 函式參數傳遞的方式一般有傳值呼叫 (call by value)、傳址呼叫 (call by address)、傳參考呼叫 (call by reference),請列舉一個實例,說明這三種參數傳遞的方式。