sizeof (char) → 返回char型所占空间:1 (Byte)sizeof(char*)→ 返回char*型指针所占空间:4 (Byte)sizeof(数组名)→ 返回该字符串指针数组里元素所占空间:n*4(或8)(n ...
確定! 回上一頁