且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在 C 中通过引用传递

更新时间:2023-09-29 10:38:10

因为您将指针的传递给方法,然后取消引用它以获取指向的整数.

Because you're passing the value of the pointer to the method and then dereferencing it to get the integer that is pointed to.