動態宣告 我們同樣用malloc() 函式來配置記憶體。參考以下敘述:. int *arr = (int *) malloc(sz * sizeof(int));. 我們以sizeof 求得單一元素的大小後,乘上陣列的 ...
確定! 回上一頁