Symbolic Constants

언어/C 2016. 2. 16. 17:10

COMPOSITION

#define   name   replacement text


name : same form as a variable name. a sequence of letters and digits that begins with a letter. conventionally written in upper case(capital letter).


no semicolon at the end of a #define line


advantage : easy to change in a systematic way


source : The C programming language

Posted by 知彼知己百戰不殆
,