Q79
What will be the output of the following PHP code ?
A.
012
B.
123
C.
Nothing
AnswerD.
Error
Answer: Option C
Solution
Answer: Option C
Solution:
Since variable x is not defined inside the function fun(), nothing will be printed.