Intro to Computer Programming > Ch. 6.13: Using Reference Variables as Parameters > Flashcards
What is a reference variable?
When used as a function parameter, allows access to the original argument. A reference variable is an alias for another variable.