...
defines an object-like macro that causes each subsequent instance of the macro name to be replaced by the replacement list of preprocessing tokens that constitute the remainder of the directive [ISO/IEC 9899:2011].
C programmers frequently define symbolic constants as object-like macros. For example, the code
...
[Henricson 1992] | Chapter 10, "Constants" | [ISO/IEC 9899:2011] | Section 6.3.2.1, "Lvalues, Arrays, and Function Designators," section 6.7, "Declarations,"" |
---|---|---|---|
[Saks 2001a] | |||
[Saks 2001b] | |||
[Saks 2002] | |||
[Summit 2005] | Question 10.5b |
...