To create an array of pointers in C, you have one option, you declare: ... type *array[var]; /* create var number of pointers to type */.
確定! 回上一頁