C++ Int array type in function call

后端 未结 0 868

I have an array initialised like the following:

int example[5][5];

And a function:

void example_function(int inArray, int z){
             


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题