MCQOPTIONS
Saved Bookmarks
| 1. |
When we pass an array as an argument to a function, what actually gets passed ? |
| A. | Address of the array |
| B. | Values of the elements of the array |
| C. | Base address of the array |
| D. | Number of elements of the array |
| Answer» D. Number of elements of the array | |