+ 1
#define ă==== is a preprocessor ?
New learner
2 Answers
+ 8
Anything starting from a "#" in C/C++ is a preprocessor directive. Some examples of it are :-
#include
#define
#if
#endif
.
.
.
And many more
+ 2
Thank you. I understood . All are best answers..