In c, if you pass an array as an argument to a function, what actually gets passed?a)value of elements in arrayb)first element of the arrayc)base address of the arrayd)copy of elements in the array
Answers
Answered by
0
base address of the array
Similar questions