Question

Which statement is false?
a) C automatically passes arrays to functions using simulated call by reference.
b) When C passes an array to a function, the called function normally can modify the element values in the caller's original array.
c) The name of an array is actually the address of the first element of the array.
d) When an array is passed in a function call, the calling function knows precisely where in the called function's memory the passed array is.

Answer

This answer is hidden. It contains 3 characters.