pointer = (type *) calloc(n, sizeof(type)); // n is the size of the array. Another C instruction is free, to free up the allocated memory when you no longer ...
確定! 回上一頁