valid program?

Ron Natalie <ron> ron at brl-vgr.ARPA
Sat Apr 7 07:28:36 AEST 1984


No.  &(expr) is not an lvalue.  Lvalues are from the set of
	identifer
	primary[expression]
	lvalue.identifier
	primary->identifier
	*expression
	(lvalue)

You will note that "& thingy" is not one of them.
So you are syntactically incorrect.

-Ron



More information about the Comp.lang.c mailing list