⟩ 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
► Defining a constant
► Defining a statement
► Defining a mathematical expression
For example
► #define PI 3.141593
► #define TRUE 1
► #define floatingpointno float
How to demonstrate the use of a variable?
What is while loops?
What is The syntax for a for loop?
What is conditions when using boolean operators?
What is Else If Syntax?
What is Else Syntax in C++?
What is do..while loops structure?
What is functions Syntax in C++?
How to defines the function in C++?
What is switch case in C++ Syntax?