C Preprocessor Question: Download C Preprocessor PDF

Where define directive used?

Tweet Share WhatsApp

Answer:

► Defining a constant
► Defining a statement
► Defining a mathematical expression

For example
► #define PI 3.141593
► #define TRUE 1
► #define floatingpointno float

Download C Preprocessor PDF Read All 33 C Preprocessor Questions
Previous QuestionNext Question
What are the preprocessor categories?What is #error and use of it?