The calloc function allocates memory for an array of num elements. Each element in the array occupies len bytes and is initialized to 0.
確定! 回上一頁