Vidyalelo
PHP · Q80

Operators And Expressions

Programming · PHP · question 80

Q80

What will be the output of the following PHP code ?

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

Answer: Option B

Solution

Answer: Option B
Solution:
Since, we are using $GLOBALS[‘x’], the question is similar to question 7.