int * list = new int[40]; // dynamic array delete [] list; // deallocates the array list = 0; // reset list to null pointer
確定! 回上一頁