Computer Science, asked by amurisethusneha2434, 1 year ago

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

Answers

Answered by tonyzkie05
2

The statement 'C' is correct. When we pass an array as a funtion argument, the base address of the array will be passed.

Similar questions