Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 5/3/83; site nsc.UUCP Path: utzoo!linus!decvax!harpo!seismo!hao!menlo70!nsc!myunive From: myunive@nsc.UUCP (Jay Zelitzky) Newsgroups: net.lang.c Subject: Re: problem in type conversion Message-ID: <528@nsc.UUCP> Date: Thu, 5-Jan-84 04:45:59 EST Article-I.D.: nsc.528 Posted: Thu Jan 5 04:45:59 1984 Date-Received: Sat, 7-Jan-84 02:09:13 EST References: <1603@randvax.ARPA>, <431@bbncca.ARPA> Organization: National Semiconductor, Sunnyvale Lines: 9 ........ The accepted definition of C as I have seen in all versions of the C compiler is that in assignment ops, as in assignments; the right side is converted to the type of the left side before the op is done. This makes sense since assignment ops are treated the same as regular assignments. This is what the C reference manual means to say. Jay hplabs!menlo70!nsc!myunive