char *x; // x: a pointer to char char x[3]; // x: an array[3] of char char x(); ... x: a pointer to array[] of pointer to function(int,int) returning char.
確定! 回上一頁