Answers

Question and Answer:

  Home  C++ References

⟩ What means pass by pointer?

The callee function receives a pointer to the variable. The value of the pointer in the caller function can then be modified. The advantages of this process are that the changes are passed back to the caller function and multiple variables can be changed.

 315 views

More Questions for you: