Lecture 17 Flashcards
(1 cards)
1
Q
Macros:
- What are macros?
- Why are macros important?
A
- ~they tell the compiler to substitute an identifier with expressions, statements, or group of statements
~you can think of macros as if they are a way to tell the compiler to replace some code with other code - ~they make your code easier to read and maintain