Q35
What will be the output of the following PHP code ?
A.
$GREETING
B.
no output
AnswerC.
PHP is a scripting language
D.
GREETING
Answer: Option B
Solution
Answer: Option B
Solution:
Constants do not need a $ before them, they are referenced by their variable names itself.