Solved

Which of the Following Statements Is False About a Function

Question 10

Multiple Choice

Which of the following statements is false about a function to which an array is being passed?


A) It always knows the size of the array that is being passed.
B) It is being passed the address of the first element in the array.
C) It is able to modify the values stored in the array.
D) The array name is used as an argument in the function call.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions