Define macros.
A macro is a pre-processor directive which is a program that processes the source code before it passes by the compiler. These are placed in the source program before the main. To describe a macro, # define statement is used. This statement, also called as macro definition takes the following general form:
#define identifier string