C 語言- 指標變數(pointer variable) · 1) char **a; //This is a pointer to a pointer to char · 2) char *b[20]; //This is an array of 20 pointers to ...
確定! 回上一頁