When an argument is passed-by-value, changes in the called function __________ affect the original variable’s value; when an argument is passed call-by-reference, changes in the called function __________ affect the original variable’s value.
a. Do not, do.
b. Do not, do not.
c. Do, do.
d. Do, do not.
a. Do not, do.
You might also like to view...
To change the orientation of a page, you place the insertion in the active page and click the Orientation button in the:
A) Page Setup group on the Format tab. B) Sections group on the Format tab. C) Sections group on the Page Layout tab. D) Page Setup group on the Page Layout tab.
____ measure whether the program meets the original specifications.
A. Tests for correctness B. User-defined tests C. Primitive tests D. Module tests
When linking data, the original file containing the data is known as the ____ file.
A. destination B. source C. initial D. update
Case 4-1 Brian is trying his best to understand the concept of variable scope, so he calls his friend Molly for guidance. Brian has defined a variable named strNumberOfSongs within the click event handle for a Submit button, and he has been frustrated in his efforts to refer to this variable in the click event handler for a Clear button. What does Molly tell him is going on?
A. The variable strNumberOfSongs has no scope. B. The variable strNumberOfSongs is a local variable. C. The variable strNumberOfSongs was not declared correctly. D. The variable strNumberOfSongs is a global variable.