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
a) f(a[3])
b) f(*(a + 3))
c) f(3[a])
d) all of the mentioned
b) f(*(a + 3))
c) f(3[a])
d) all of the mentioned