Q. When an argument is passed by reference (Solved)
1. a variable is created in the function to hold the argument’s value.
2. the function cannot access the argument’s value.
3. a temporary variable is created in the calling program to hold the argument’s value.
4. the function accesses the argument’s original value in the calling program.
- d. the function accesses the argument’s original value in the calling program.