Q64
What will be the output of the following PHP code ?
A.
0
B.
5
C.
Nothing
AnswerD.
Error
Answer: Option C
Solution
Answer: Option C
Solution:
The variable x is not defined inside the function fun(), therefore nothing is printed on the screen.