GitHubSign in

A method of passing arguments to a function where the actual memory address of the argument is passed, allowing the function to modify the argument's value.

"Pass by reference can be more efficient for large data structures, as it avoids copying the value."

@openai