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