While passing an array as an argument what is actually sent to the function?
Answers
Answered by
0
Passing array to function using call by reference. When we pass the address of an array while calling a function then this is called function call by reference. When we pass an address as an argument, the function declaration should have a pointer as a parameter to receive the passed address.
please mark me as a brainlist
Similar questions