The #define Directive  You can use the #define directive to give a meaningful name to a constant in your program. The two forms of the syntax are:   Syntax  #define identifier token-stringopt  #define identifier[( identifieropt, ... , identifieropt )] token-stringopt