+ 2
What is a constant?
php
5 Answers
+ 2
whose value can't be changedâ
+ 1
A Variable whose value cannot be changed programmatically.
0
constant are those value who's value will not change.
0
constant cannot be changed. They are permanently hard coded.
0
once you defined and initialised a constant variable with value, you cannot change the value. constant variable can be initialised only once.