Computer Science, asked by meham2704, 9 months ago

An array can be passed in a function in C language through ________.

Answers

Answered by moinulhaque786
0

Answer:

An array can be passed in a function in C language through both 'call by value' and 'call by reference'. A function is a block of codes that performs a specific task and may return value. When we pass the address of an array while calling a function then this is called function call by reference.

Answered by Amrishaverma
1

Answer:

An array can be passed in a function in C language through (call by value) and (call by reference).

Similar questions