Question

Which of the following is false about a function to which a built-in array is being passed?
a. It always knows the size of the built-in array that is being passed.
b. It is being passed the address of the first element in the built-in array.
c. It is able to modify the values stored in the built-in array.
d. The built-in array's name is used as an argument in the function call.

Answer

This answer is hidden. It contains 58 characters.