Which of the following properties of #define is not true?
Posted: Wed Jul 13, 2022 7:54 pm
a) You can use a pointer to #define
b) #define can be made externally available
c) They obey scope rules
d) All of the mentioned
b) #define can be made externally available
c) They obey scope rules
d) All of the mentioned