a) f(a[3])
b) f(*(a + 3))
c) f(3[a])
d) all of the mentioned
Calling a function f with a an array variable a[3] where a is an array, is equivalent to __________
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Calling a function f with a an array variable a[3] where a is an array, is equivalent to __________
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!