Programming
c - Why (and when) do I need to use parentheses after sizeof? - Stack Overflow
steloflute
2023. 10. 4. 23:46
c - Why (and when) do I need to use parentheses after sizeof? - Stack Overflow
According to 6.5.3, there are two forms for sizeof as the following:
sizeof unary-expression
sizeof ( type-name )