Q. Which keyword is used to define a macro? (A) macro (B) define (C) #macro (D) #define ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) #define Explanation: #define is used to define a macro in C.