In c, if you pass an array as an argument to a function, what actually gets passed? select one:
a. first element of the array
b. base address of the array
c. address of the last element of array
d. value of elements in array
Answers
Answered by
3
base address of the array
Similar questions