+ 1
macros are like placeholders which are replaced when the code is compiled. If you write #define MY_CONSTANT 10 then anywhere you write MY_CONSTANT in your code, it will be replaced with 10
14th Oct 2020, 4:14 AM
John Doe