float PI = 3.14;
double PI = 3.14;
int PI = 3.14;
#define PI 3.14
It is used to define a macro
It is used to define a function prototype
It is used to define a structure
It is used to create an alias for an existing data type
They are compiled
They are replaced by their corresponding values
They are ignored
They are executed