1.

If you pass an array as an argument to a function, what actually gets passed?

A. Base address of the array
B. First element of the array
C. Address of the last element of array
D. Value of elements in array
Answer» B. First element of the array


Discussion

No Comment Found