Unnecessary parenthesis

Dave Hammond daveh at marob.MASA.COM
Sat Jul 2 13:14:06 AEST 1988


Is different code produce by the compiler for "return n" and "return(n)" ?

How about "if (x>1 && y<2)" and "if ((x>1) && (y<2))" ? Do unnecessary
parenthesis generate more code ?

Dave Hammond
UUCP:   ...!marob!daveh
--------------------------------



More information about the Comp.lang.c mailing list