Which of the following is the best way to write reusable code that is easier to maintain?
Use more global variables
Keep variable and function names down to one or two letters
Insert comments throughout your source code files
Use pointer arithmetic wherever possible