#define Macros Nesting
Understanding how #define macros can be nested (use of one macros expression as a part of another macros expression)
Learning Objectives
- Understanding the use of #define macro expression being nested as part of another #define macro expression
Source Code