Vidyalelo
PHP · Q75

Operators And Expressions

Programming · PHP · question 75

Q75

What will be the output of the following PHP code ?

A.
5
B.
10
C.
15
Answer
D.
Error

Answer: Option C

Solution

Answer: Option C
Solution:
You can access the global variable using $GLOBALS[‘globalvariablename’].