Vidyalelo
PHP · Q61

Operators And Expressions

Programming · PHP · question 61

Q61

What will be the output of the following PHP code ?

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

Answer: Option C

Solution

Answer: Option C
Solution:
Since the variable x is not initialised it is not storing any value, therefore nothing will be printed on the screen.