... int* array = new int[10]; // Deallocate Heap memory delete[] array; return 0; }. 2.刪除NULL指針:刪除NULL不會導致任何更改,也不會出錯。 // C++ program ...
確定! 回上一頁