my_T * x; } your_T; your_T array[MAX_COL][MAX_ROW]; To initialize the array's pointer to NULL, can I do: memset (array, 0, sizeof(array))? this ...
確定! 回上一頁