Answer:
The correct word for the blank space is: Reference.
Step-by-step explanation:
In C++, Reference Parameter is a type of parameter that does not need additional storage since it represents an already existing function. The function has the characteristic of passing more than one (1) variable. Reference parameters are also used to edit the existing parameter or when referencing a function saves storage compared to creating a new function.