Vidyalelo
PHP · Q79

Operators And Expressions

Programming · PHP · question 79

Q79

What will be the output of the following PHP code ?

A.
012
B.
123
C.
Nothing
Answer
D.
Error

Answer: Option C

Solution

Answer: Option C
Solution:
Since variable x is not defined inside the function fun(), nothing will be printed.