Vidyalelo
C Programming · Q43

Arrays and Strings

Programming · C Programming · question 43

Q43

Array passed as an argument to a function is interpreted as

A.
Address of the array.
B.
Values of the first elements of the array.
C.
Address of the first element of the array.
Answer
D.
Number of element of the array.

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board