how to call a function with an array in the signatureI had typed in: [code] initGrid(grid, COLS); [/code] and it worked the first time, but now I must h...
how to call a function with an array in the signatureCOLS = 8 since my array will have 8 columns
how to call a function with an array in the signatureunfortunately I must use: [code] void initGrid(char grid[] [COLS]) [/code] as my function paramate...
how to call a function with an array in the signatureMy question is how do I call this function in my main()? I don't need to pass the function any infor...
This user does not accept Private Messages