Path: utzoo!attcan!uunet!husc6!ukma!nrl-cmf!cmcl2!phri!marob!daveh From: daveh@marob.MASA.COM (Dave Hammond) Newsgroups: comp.lang.c Subject: Unnecessary parenthesis Message-ID: <326@marob.MASA.COM> Date: 2 Jul 88 03:14:06 GMT Reply-To: daveh@marob.UUCP (Dave Hammond) Organization: 18th Street Construction Co NY NY Lines: 9 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 --------------------------------