Answers

Question and Answer:

  Home  C Preprocessor

⟩ Where define directive used?

► Defining a constant

► Defining a statement

► Defining a mathematical expression

For example

► #define PI 3.141593

► #define TRUE 1

► #define floatingpointno float

 190 views

More Questions for you: