Exponentiation in C (was: How not to write a loop)

Doug Gwyn gwyn at brl-smoke.ARPA
Sat Jul 2 04:52:32 AEST 1988


In article <820 at l.cc.purdue.edu> cik at l.cc.purdue.edu (Herman Rubin) writes:
>	n = 3^2

You guys must be talking about some other language than C.
That already has a meaning in C; it sets the contents of `n' to 1.



More information about the Comp.lang.c mailing list