Unnecessary parentheses (Was: Help: VAX C problem)
Tim W Smith
ts at cup.portal.com
Thu Apr 18 17:40:32 AEST 1991
< sizeof( (int*)[10] ) /* array of 10 pointers to int */
Syntax error. Try sizeof( int *[10] ).
Tim Smith
More information about the Comp.lang.c
mailing list