How to assign Direct value to dynamically created 2 dimensional array in C?

后端 未结 0 1399
后悔当初
后悔当初 2021-01-12 18:21

I want to use Direct initialization of a 2d array, which is dynamically created using given function.

int** allocate2D(int m, int n) {
    int **a = (int          


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