In c, if you pass an array as an argument to a function, what actually gets passed?
Answers
Answered by
2
Explanation:
The statement 'C' is correct. When we pass an array as a function argument, the base address of the array will be passed.
Similar questions