call by reference

call by reference

[′kȯl bī ′ref·rəns] (computer science) call by location

call by reference

In programming, a call to a subroutine (function) that passes addresses of the parameters used in the subroutine. See call by value and call by name.