Q. Which of the following is used to define a macro in C++? (A) #define (B) #macro (C) #include (D) #ifdef ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) #define Explanation: The '#define' directive is used to define a macro in C++.