How to pass an array of pointers to a function in c?
Answers
Answered by
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