C庫函數void *calloc(size_t nitems, size_t size)分配請求的內存,並返回一個指向它的指針。的malloc和calloc的區別是,malloc不設置內存calloc爲零 ...
確定! 回上一頁