The sizeof
operator yields the size (in bytes) of its operand, which may be an expression or the parenthesized name of a type. If the type of the operand is not a variable-length array type, the operand is not evaluated.
...
The sizeof
operator yields the size (in bytes) of its operand, which may be an expression or the parenthesized name of a type. If the type of the operand is not a variable-length array type, the operand is not evaluated.
...