Q. Which keyword is used to define a class constant in PHP?
β
Correct Answer: (C)
const
Explanation: Class constants are declared using the const keyword.