Q. Which one is used to declare a constant in C? (A) #define (B) const (C) Both (D) None ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) Both Explanation: Both const and #define can be used to define constants in C.