Odd trivia question involving && and ,

Micha Berger aj-mberg at dasys1.uucp
Thu May 3 04:17:09 AEST 1990


Do these peices of source code produce significantly different object
code?

1-
	E1 &&
		E2,
		E3;

2-
	if (E1) {
		E2;
		E3;
	}


-- 
					Micha Berger
					mberger1%tasha at graf.poly.edu

If nothing you try will work, try to fail.



More information about the Comp.lang.c mailing list