一般在做int arr[M] 動態記憶體配置時長這樣int *arr1 = (int*)malloc(sizeof(int) * M); /* for C */int *arr2 = new in.
確定! 回上一頁