[comp.lang.c] common errors in C text

ksb@j.cc.purdue.edu (Kevin Braunsdorf) (04/07/88)

I have heard many net.folk out there talk about how many times the
compare vs assignment in a conditional has bitten them; what I'd like
to ask of you now is "What *other* common errors do you make/see?"

One I see:
	....
	if (someconst == somefunc());
		statement();
	....

[ the ';' on the end of the if statement ]

Please send mail to "pur-ee!ksb" or "ksb@j.cc.purdue.edu" and I will
post a summary.		[ Other languages are OK, if you'd like. ]

kayessbee