Q67
What will be the output of the following PHP code ?
A.
Welcome to Narnia
B.
greeting
C.
GREETING
D.
ERROR
AnswerAnswer: Option D
Solution
Answer: Option D
Solution:
By default constants are case sensitive. Hence an error will arise.