#define
This is used to define macros. Macros can be simple constants or function
Here is an example, here defined string PI
and SQUARE(x)
will be replace by compiler at compile time
Here is another example
Multiline Marcos
Last updated
This is used to define macros. Macros can be simple constants or function
Here is an example, here defined string PI
and SQUARE(x)
will be replace by compiler at compile time
Here is another example
Multiline Marcos
Last updated