Computer Science, asked by sured6dyA7keera, 1 year ago

Discription of #define in c++

Answers

Answered by ImRitz
0
The #define creates a macro, which is the association of an identifier or parameterized identifier with a token string. After the macro is defined, the compiler can substitute the token string for each occurrence of the identifier in the source file.
Similar questions