cast the return value of malloc , so we can just remove the (int*) part. ... And after you are done with an array remember to free the memory. free(arr);.
確定! 回上一頁