MCQOPTIONS
Saved Bookmarks
| 1. |
Of the three ways to pass arguments to functions, only passing by _____ and passing by _____ allow the function to modify the argument in the calling program |
| A. | reference, pointer |
| B. | array, location |
| C. | array, pointer |
| D. | None of the above |
| Answer» B. array, location | |