1.

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

A. fun(3[num])
B. fun(num[3])
C. fun(*(num + 3))
D. All of above
E. None of these
Answer» E. None of these


Discussion

No Comment Found