I am trying to pass an array of strings or a 2d array of chars to a function so I can modify them using that function. I have tired referencing, pointers e.t.c but all produce errors. Is there a way ...
The previous two posts (part 1 and part 2) have been exploring the fundamentals of using pointers from the basics of declaring a pointer to the more complex notation of manipulating pointers. An ...