When we pass an array as an argument to a function, what actually g

Loading

โœช Choose the correct option.

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

A. values of elements of the array
B. address of the array
C. address of the first element of the array
D. number of elements of the array.

Leave a Comment