howtorea.pdf (14,3 kB)My 10 Tips on Turbo C
1.Do not use keywords for identifiers.
2.Do not combine declarations with executable statements.
3.Do not forget any semicolon after an expression.
4.Do not use increment and decrement operators to floating point veriables.
5.Try to use simple logical expression.
6.Do not forget to place parentheses for the if expression.
7.Avoid the use of goto anywhere in the exam.
8.Do not compare floating-point values for equality.
9.Subscripts begin at 0 and end at size -1.
10.Avoid processing single characters as strings.
pouiuu
