Q250
Calling a function f with a an array variable a[3] where a is an array, is equivalent to . . . . . . . .
A.
f(a[3])
B.
f(*(a + 3))
C.
f(3[a])
D.
all of the mentioned
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board