請問以下宣告pointer佔多少bytes, 假設1 pointer: 4bytes 0) char *x; ... 3) char (*c)[20]; //This is a pointer to an array of 20 chars.
確定! 回上一頁