Computer Science, asked by barthwal4711, 9 months ago

How is an array name interpreter when it passed to a function

Answers

Answered by Anonymous
0

Answer:

The net result, is that when an entire array is passed to a function, and the function changes variables stored in that array, it does affect the data in the calling function's array. Because arrays are passed by reference, there is generally no need for a function to "return" an array.

HOPE THIS HELPS YOU!!

Similar questions