I'm having a brain fart and can't figure this out. In C I'm trying to initialize some test strings held in an array. Can't quite figure out what I'm doing wrong. What I'm doing now is: ...
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 ...