Q.

In C, if you pass an array as an argument to a function, what actually gets passed?

A. value of elements in array
B. first element of the array
C. base address of the array
D. address of the last element of array
Answer» C. base address of the array
1.6k
0
Do you find this helpful?
15

Discussion

No comments yet