Here is the code to dynamically allocate an array and initialize the fourth element: int* pointer; pointer = new int[10]; pointer[3] = 99;. Using the array ...
確定! 回上一頁