sizeof
The sizeof is a compile-time operator for querying the byte-size of an instance or a type.
Syntax
sizeof(Type)
The sizeof is a compile-time operator for querying the byte-size of an instance or a type.
sizeof(Type)