Call By Reference
An argument passing convention where the address of an argument variable is passed to a function, as opposed to passing the value of the argument expression.
The C language's & (address of) and * (dereference) operators allow the programmer to code explicit call-by-reference.
page revision: 0, last edited: 13 Mar 2008 15:38





