詞語:sizeof
sizeof的解釋
sizeofn. 運算符;大小
sizeof的意思
Sizeof 所佔內存字節數;字符長;返回參數所佔的字節數;尺寸算符;sizeof struct 結構大小;
sizeof的參考例句
1.The expression cannot use sizeof or a type-cast operator. 表達式不能使用sizeof運算符或者時一個強制類型轉換符。
2.The sizeof() function counts the elements of an array, or the properties of an object. 函數的作用是:統計一個數組中所包含的元素數量;或者是統計一個對像中所包含的屬性數量。
3.the size of the second section is lcm(sizeof(void *), sizeof(size_type); and the size of the third section is sizeof(size_type). 第二部分是指向下一內存塊的指針,第三部分是下一內存塊的大小。