Home » C++ Programming » Preprocessor » Question
  1. What is the other name of the macro?
    1. link directive
    2. executed directive
    3. scripted directive
    4. All of above
    5. None of these
Correct Option: C

When the compiler encounters a previously defined macro, it will take the result from that execution itself.



Your comments will be displayed only after manual approval.