Home / CSE MCQs / C++ - MCQs :: Discussion

Discussion :: C++ - MCQs

  1. What is the other name of the macro?
  2. A.
    scripted directive
    B.
    executed directive
    C.
    link directive
    D.
    none of the mentioned

    View Answer

    Workspace

    Answer : Option A

    Explanation :

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


Be The First To Comment