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