Computer Science, asked by madhuvanthani269, 1 year ago

How to pass an array of pointers to a function in c?

Answers

Answered by Pratham123123322
1
Just like variables, array can also be passed to a function as an argument . In this guide, we will learn how to pass the array to a function using call by value and call by reference methods.
Similar questions