Q. Which statement correctly defines a constant?
β
Correct Answer: (A)
define('PI', 3.14);
Explanation: define() is used to create a constant in PHP.