Q61
What will be the output of the following PHP code ?
A.
0
B.
1
C.
Nothing
AnswerD.
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.