sizeof(int)、sizeof(char)、sizeof(double)...etc. 而這樣顯示出來的數值,都是以“位元組”來表示. 也就是說你執行printf("%d", sizeof(int)); 這段程式碼的話.
確定! 回上一頁