Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!usc!apple!motcsd!hpda!hpcuhb!hpcllla!hpclisp!hpclwjm!walter From: walter@hpclwjm.HP.COM (Walter Murray) Newsgroups: comp.lang.c Subject: Re: c operator precedence and order of evaluation table in tbl Message-ID: <660072@hpclwjm.HP.COM> Date: 19 Jan 90 19:38:32 GMT References: <574@ssp2.idca.tds.philips.nl> Organization: Hewlett-Packard Calif. Language Lab Lines: 18 Peter Brouwer writes: > Here is a a table of the evaluation order of c operators , use tbl and > [nt]roff to print. > [Table deleted] Thanks! Here are a couple of suggested corrections: 1. (type) should go on a line by itself, following the line with the true unary operators. 2. Add + to the line with the other unary operators (ANSI only). Walter Murray -------------