+ 1
How to pass an array to another function?
For instance we have "arr[2][5]" in "int main()" and we want to pass it to the "int average()" .
3 Antworten
+ 1
average (arr)
//Declaration
int average (int arr[][])
+ 1
It seems you did't get the question.
0
Daniel Namjoo Would you mind explaining you question