Increment Operators vs. Precedence
Chris Torek
torek at elf.ee.lbl.gov
Thu Mar 7 11:47:25 AEST 1991
In article <10648 at dog.ee.lbl.gov> I left out one word:
-All `precedence' does is assign some particular grouping to a set of
-symbols that otherwise have none. For instance, given
-
- x = a + b * c++;
-
-there is no
explicit
- grouping, and precedence (and associativity) is a simple way
-of describing how the expression is parsed.
(It makes much more sense this way.)
--
In-Real-Life: Chris Torek, Lawrence Berkeley Lab EE div (+1 415 486 5427)
Berkeley, CA Domain: torek at ee.lbl.gov
More information about the Comp.lang.c
mailing list