Chapter 6: Problem 27
When used as parameters, _________ variables allow a function to access the parameter’s original argument.
Short Answer
Expert verified
Answer: Reference variables
Chapter 6: Problem 27
When used as parameters, _________ variables allow a function to access the parameter’s original argument.
All the tools & learning materials you need for study success - in one app.
Get started for freeIf a function has a local variable with the same name as a global variable, only the _________ variable can be seen by the function.
A(n) _________ variable is defined inside a function and is not accessible outside the function.
How do you return a value from a function?
The value of a default argument must be a(n) _________.
Unless you explicitly initialize global variables, they are automatically initialized to _________.
What do you think about this solution?
We value your feedback to improve our textbook solutions.