Vidyalelo
PHP · Q38

Operators And Expressions

Programming · PHP · question 38

Q38

What will be the output of the following PHP code ?

A.
IF:42
B.
No output
C.
IF:
D.
ERROR
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
Keyword like IF cannot be used as constant names.