Tell It by Myself…
#define is a function in C programming language
For example, if we type
#define KMS_PER_MILE 1.609That means, in the next all the functions, we could use KMS_PER_MILE as a constant 1.609
#define is a function in C programming language
For example, if we type
#define KMS_PER_MILE 1.609That means, in the next all the functions, we could use KMS_PER_MILE as a constant 1.609