Page 1 of 1

Calling a function f with a an array variable a[3] where a is an array, is equivalent to __________

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
a) f(a[3])
b) f(*(a + 3))
c) f(3[a])
d) all of the mentioned