📜  通过地址调用更有效的引用调用 - 无论代码示例

📅  最后修改于: 2022-03-11 14:58:46.776000             🧑  作者: Mango

代码示例1
The fact that only the addresses and not the data values are passed during a function call, the call-by-reference method is also more efficient, especially when the function arguments involve complex data types. However the call-by-reference method is also more prone to errors if it is not used carefully.