Q. Which of these can be used to define multiple constants at once?
β
Correct Answer: (A)
define() in loop
Explanation: PHP allows defining multiple constants using define() inside a loop.