How to free 2d array in C. c++memory-management. I have the following code: int **ptr = (int **)malloc(sizeof(int*)*N); for(int i=0;i<N;i++) ...
確定! 回上一頁