When an Array passed as an argument to a function, it is interpreted as
Options
- Number of element of the array
- Address of the array
- Address of the first element of the array
- Values of the first elements of the array
CORRECT ANSWER : Address of the first element of the array
Write your comments