Answer:
► Defining a constant
► Defining a statement
► Defining a mathematical expression
For example
► #define PI 3.141593
► #define TRUE 1
► #define floatingpointno float
► Defining a statement
► Defining a mathematical expression
For example
► #define PI 3.141593
► #define TRUE 1
► #define floatingpointno float
Previous Question | Next Question |
What are the preprocessor categories? | What is #error and use of it? |