Pass Pointer to Value的意思|示意
美 / /
英 / /
将指针传递给值
Pass Pointer to Value的网络常见释义
或选择指针传递 以传递整型参数为例:在参数配置面板,我们可以选择值传递(Pass Value)或选择指针传递(Pass Pointer to Value)。
Pass Pointer to Value相关例句
When we pass an array, the argument is a pointer to the first element in the array. That pointer value is copied; the array elements themselves are not copied.
而在传递数组时,实参是指向数组第一个元素的指针,形参复制的是这个指针的值,而不是数组元素本身。