Quote:
|
I suppose this is the same as any other global variable, except global variables have to be defined at the top of the file, or the top of the function. #defines can be used anywhere.
|
#define does not create a variable, code is not generated, memory is not allocated. It is basically a command to the
preprocessor to substitute one phrase for another.