programming

Tell It by Myself…

#define is a function in C programming language

For example, if we type

#define KMS_PER_MILE 1.609

That means, in the next all the functions, we could use KMS_PER_MILE as a constant 1.609


Reference