Sociology, asked by samdina2081, 21 days ago

When the array is passed to the function on the calling , this is done by *

Answers

Answered by officialjoker630
1

Answer:

Hope it helps

Explanation:

In case of an array (variable), while passed as a function argument, it decays to the pointer to the first element of the array. The pointer is then passed-by-value, as usual.

Similar questions