Functions using references/pointers

Defining a function argument as a pointer Use the ‘&’ character in frnt of the function argument definition. That’s it, there’s no other change needed, nothing is prepended to the variable when used or the function argument when called. Array references Works just the same as for variables.

Read More