Computer Science, asked by cindycilik7198, 11 months ago

In c,if you pass an array as an argument to a function back to the calling function is

Answers

Answered by Anonymous
2

Answer:

Explanation:

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.

Answered by Anonymous
0

Answer:

➡ 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.

✌HOPE it helps✌

Follow Me

Similar questions