Unnecessary Parenthesis

Doug Gwyn gwyn at smoke.ARPA
Sun Sep 25 15:59:40 AEST 1988


In article <23 at datcon.UUCP> sar at datcon.co.uk (Simon A Reap) writes:
>    z = square(x) + square(y);
>Does anyone know how to get round this problem?  Please!!

	z = x*x + y*y;



More information about the Comp.lang.c mailing list