Computer Science, asked by LJB, 1 year ago

how do you pass an array as a parameter

Answers

Answered by dimple3436
1
passing array to function using call by reference.when we pass the address of an array while calling a 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.






hope it's helpful
Similar questions