Q. Which keyword is used to define a constant in PHP? (A) constant (B) define (C) const (D) Both define and const ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) Both define and const Explanation: Constants can be defined using define() or const.