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