calloc allocates a block of dynamic memory to contain n elements of the size specified by size . The block is cleared to binary 0s before return.
確定! 回上一頁