Vidyalelo
PHP · Q55

Operators And Expressions

Programming · PHP · question 55

Q55

What will be the output of the following PHP code ?

A.
0
B.
Nothing
Answer
C.
True
D.
Error

Answer: Option B

Solution

Answer: Option B
Solution:
There will no output returned as the variable $red does not hold any value.