c-lang:sizeof演算子
変数
の
サイズ
を
求める
演算子
sizeof(変数)
sizeof 変数
sizeofで確保した構造体のサイズは実際の有用データの合計値より大きい。 →
パディング
(
padding
)