Naming Conventions(continued)
Use all uppercase for symbolic constants ( #define )
Example: PI (#define PI 3.14159 )
Function names follow the same rules as variables
Previous slide
Next slide
Back to first slide
View graphic version