Ch. 6.13: Using Reference Variables as Parameters Flashcards
(1 cards)
1
Q
What is a reference variable?
A
When used as a function parameter, allows access to the original argument. A reference variable is an alias for another variable.