When an array as an argument to a function is passed, what actually gets passed?

1.8 When an array as an argument to a function is passed, what actually gets passed?
A) address of the array
B) values of the elements of the array
C) address of the first element of the array
D) number of elements of the array


Leave a Reply