parens on sizeof

David Terlinden davidt at ttidca.UUCP
Wed Mar 20 07:16:34 AEST 1985


The empty string is an expression.  Therefore "sizeof (int)" is the
empty expression cast to type "integer" and an expression.  Therefore
"sizeof (int)" is of the form sizeof <expression> .



More information about the Comp.lang.c mailing list