Since 7/13/2012 9:31:13 AM, rkfb has written 1 articles and participated in 0 conversations. rkfb signature:
rkfb's articles:
Items(1) /1
Computed values don't tie up1424 (4/3/2012 7:29:28 PM) comp.lang.c I'm reading 'C Programming: A Modern Approach' by KN King. If I run celcius.c (as below) and enter a value of 32 (or 32.0) I am given the equivalent celcius temperature as -2.2. Surely it should be zero? /* ... rkfb