C Programming Absolute Beginner's Guide (3rd Edition)

(Romina) #1

  • Don’t overdo the use of !. Most negative logic can be reversed (so < becomes >=
    and > becomes <=) to get rid of the not operator.

  • Don’t combine too many relational operators in a single expression.

Free download pdf