>>17
oh yeah.
for example, in the tutorial chapter the output for the fahrenheit/celsius program is wrong. it starts with 1 whereas it should start with 0
or look at this line:
You should note carefully
that '\n' is a single character, and in expressions is just an integer; on the other hand, '\n' is
a string constant that happens to contain only one character.