Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!husc6!cmcl2!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.UUCP Newsgroups: comp.lang.c Subject: Re: condition expressions Message-ID: <5864@brl-smoke.ARPA> Date: Sat, 16-May-87 23:00:16 EDT Article-I.D.: brl-smok.5864 Posted: Sat May 16 23:00:16 1987 Date-Received: Sun, 17-May-87 08:58:00 EDT References: <1130@ius2.cs.cmu.edu> <148@nbisos.NBI.COM> <874@cc5.bbn.com.BBN.COM> <1694@ttrdc.UUCP> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 8 In article <1694@ttrdc.UUCP> levy@ttrdc.UUCP (Daniel R. Levy) writes: -Well, this quotation says that the "usual arithmetic conversions" are -performed to bring the expressions to the same type, but it still doesn't -say WHAT type prevails if the two differ; "usual arithmetic conversions" -is begging the question! I don't see the problem. Consider that (double)+(char) results in (double). Intended use of the result has nothing to do with it.