You should do: for (int i=0; i<10; i++) { free(array[i]); } free(array); Ad. Example 1: array is allocated on the stack ("automatic variable") and cannot be ...
確定! 回上一頁