Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!zaphod.mps.ohio-state.edu!usc!henry.jpl.nasa.gov!elroy.jpl.nasa.gov!zardoz!dhw68k!arcturus!evil From: evil@arcturus.UUCP (Wade Guthrie) Newsgroups: comp.lang.c Subject: casts and assignments Message-ID: <6589@arcturus> Date: 29 Nov 89 20:56:22 GMT Organization: Rockwell International, Anaheim, CA Lines: 19 Let me display my ignorance here: from reading various things posted on the net, I am led to believe that all assignments include an implicit cast such that: a = (type of 'a') (expression); Is exactly equivalent in ALL cases to: a = (expression); Is this true? Wade Guthrie evil@arcturus.UUCP Rockwell International Anaheim, CA (Rockwell doesn't necessarily believe / stand by what I'm saying; how could they when *I* don't even know what I'm talking about???)