Vidyalelo
PHP · Q64

Operators And Expressions

Programming · PHP · question 64

Q64

What will be the output of the following PHP code ?

A.
0
B.
5
C.
Nothing
Answer
D.
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.