sizeof() confusion

Christopher R Volpe volpe at camelback.crd.ge.com
Thu Nov 8 10:10:47 AEST 1990


In article <27498 at mimsy.umd.edu>, chris at mimsy.umd.edu (Chris Torek) writes:
|>`b' is in a value context, but `a' is not, because this puts the value
|>of b into a, but says nothing about the value of a.)  C happens to have
|>about three contexts which are not value contexts: declarations, left
|>hand side of assignment operators (including `i' in `++i' and `i++'),
|>and following `sizeof'.

Also, following "&".

|>-- 
|>In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 405 2750)
|>Domain:	chris at cs.umd.edu	Path:	uunet!mimsy!chris
                        
==================
Chris Volpe
G.E. Corporate R&D
volpecr at crd.ge.com



More information about the Comp.lang.c mailing list