

MCQOPTIONS
Saved Bookmarks
1. |
A function call mechanism that passes arguments to a function by passing a copy of the values of the arguments is __________ |
A. | call by name |
B. | call by value |
C. | call by reference |
D. | call by value result |
Answer» C. call by reference | |