型や式の型のサイズをバイト数で返す単項演算子

sizeof(bool) // bool型のサイズがわかる
sizeof(x) // 変数xの型のサイズがわかる