Vidyalelo
PHP · Q30

Functions

Programming · PHP · question 30

Q30

What will be the output of the following PHP code?

A.
1
B.
0
Answer
C.
3
D.
4

Answer: Option B

Solution

Answer: Option B
Solution:
The defined() function checks whether a constant exists.