ptr = (char *)malloc(150 * sizeof(char)); /* ptr holds the starting address of the array */ /* use pointer arithmetic from here on */ }
確定! 回上一頁