void carinitialize (char carimage[arrayrowsize][arraycolumnsize])
something is wrong with this part of code. Is this not the proper way to have parameters. If not how can I fix this issue? Note: I do want a parameter in there, unless there really is no way. I know I can just not have any parameters, and then initialize all of that, but I don't want to use that approach. and I had the arrowrize and collumsize to 3 by 7. The error is on line 3 bracket in the end, right after equal sign saying expecting a expression?...
|
|
|
|
void carinitiail (char carimage[][], int arrayrowsize, int arraycolumnsize)