

MCQOPTIONS
Saved Bookmarks
1. |
In C, when an array is passed as an argument to a function, which of the following gets passed? |
A. | Base Address of the array |
B. | Values of the elements is the array |
C. | address of the last element of the array |
D. | A duplicate of the array |
Answer» B. Values of the elements is the array | |