Hi,
I'm not sure about these, but these are my answers. Can you please check them for me?
1) When __, a copy of the argument's value is passed into the parameter variable.
B?
A) passing an argument by reference
B) passing an argument by name
C) passing an argument by value
D) passing an argument by data type
2) When __, the module can modify the argument in the calling part of the program
C?
A) passing an argument by reference
B) passing an argument by name
C) passing an argument by value
D) passing an argument by data type
3) When possible, you should avoid using __ variables in a program
B?
A) local
B) global
C) reference
D) parameter