Macros are a pretty broad term. For example, in C ++ there are macros such as these . From a software development point of view, they allow you to use these convenience macros ( __FILE__for example) to do certain things, for example, get the name of the current source file, etc.
, . , , , , "" . , , .