Home » C Programming » Preprocessors » Question
  1. What is the advantage of #define over const?
    1. Can have a pointer
    2. Reduction in the size of the program
    3. Data type is flexible
    4. All of above
    5. None of these
Correct Option: C

Data type is flexible



Your comments will be displayed only after manual approval.