Home » C Programming » Preprocessors » Question
  1. Which of the following properties of #define is not true?
    1. They obey scope rules
    2. You can use a pointer to #define
    3. #define can be made externally available
    4. All of above
    5. None of these
Correct Option: D

#define can be made externally available.
They obey scope rules.
You can use a pointer to #define.



Your comments will be displayed only after manual approval.