Home / Programming MCQs / PHP MCQs / Question

T

Team MCQ Buddy • 9.67K Points
Tutor III

Q. Which the following is the correct way to define a constant?

(A) constant AGE = “25”;
(B) const $AGE = “25”;
(C) constant AGE = ‘25’;
(D) const AGE = ‘25’;

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.