Computer Science, asked by dikshapushkarna9259, 1 year ago

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 pranavmaheshwari143
3
base address of the array
Similar questions