The calloc() function returns a pointer to space for an array of num objects, each of size size. The newly allocated memory is initialized to zero.
確定! 回上一頁