MCQOPTIONS
Saved Bookmarks
| 1. |
If you pass an array as an argument to a function, what actually gets passed? |
| A. | Base address of the array |
| B. | Value of elements in array |
| C. | First element of the array |
| D. | Address of the last element of array |
| Answer» B. Value of elements in array | |