How to pass a array as an argument to a funcyion in c?
Answers
Answered by
0
Answer:
In C programming, you can pass en entire array to functions. Before we learn that, let's see how you can pass individual elements of an array to functions.
Passing individual array elements
Passing array elements to a function is similar to passing variables to a function.
Similar questions