Vidyalelo
PHP · Q67

Functions

Programming · PHP · question 67

Q67

What will be the output of the following PHP code ?

A.
Welcome to Narnia
B.
greeting
C.
GREETING
D.
ERROR
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
By default constants are case sensitive. Hence an error will arise.