Question

Which of the following is false about a function being passed an array?
(a) it knows the size of the array it was passed
(b) it is passed the address of the first element in the array
(c) it is able to modify the values stored in the array
(d) all of the above are true

Answer

This answer is hidden. It contains 3 characters.