First page Back Continue Last page Graphics
Reference Variable
A name that acts like an alias, or alternative name, for a previously defined variable.
Main use is as an argument to a function.
Prevents copying of the value of an arguement.
Changes to the reference dummy argument affect the value of the real argument in the calling program.