1 questions
Receive a two-dimensional array as a function void myFunction(double** myArray){ myArray[x][y] = 5; etc...}There's a function like thisdouble anArray[10][10];myFunction(anArray)I'm getting an error ...
© 2024 OneMinuteCode. All rights reserved.