How to pass a 2D array to a function?

前端 未结 0 1137
花落未央
花落未央 2021-01-24 15:08

Following are the three function prototype.

  `1.void input(int(*)[10][10],int(*)[10])[10])`;

  `2.void input(int(*)[10],int(*)[10]);`

The first

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