Q75
What will be the output of the following PHP code ?
A.
5
B.
10
C.
15
AnswerD.
Error
Answer: Option C
Solution
Answer: Option C
Solution:
You can access the global variable using $GLOBALS[‘globalvariablename’].