Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!iuvax!ux1.cso.uiuc.edu!ux1.cso.uiuc.edu!m.cs.uiuc.edu!sunb0.cs.uiuc.edu!mccaugh From: mccaugh@sunb0.cs.uiuc.edu Newsgroups: comp.lang.c Subject: Re: Orphaned Response Message-ID: <24700004@sunb0.cs.uiuc.edu> Date: 3 May 90 05:06:00 GMT References: <1260@fs1.ee.ubc.ca> Lines: 5 Nf-ID: #R:fs1.ee.ubc.ca:1260:sunb0.cs.uiuc.edu:24700004:000:273 Nf-From: sunb0.cs.uiuc.edu!mccaugh May 3 00:06:00 1990 Where is '&' defined to be an arithmetic operator? Isn't it a bit-manipulation operator -- which thus has the same precedence as logical operators, such as '&&' -- and is thus of lower precedence than the relational operator '==', hence the necessity for parentheses.