Vidyalelo
PHP · Q50

Functions

Programming · PHP · question 50

Q50

What will be the output of the following PHP code ?

A.
I am here to spoil this code
B.
Error
Answer
C.
My favourite TV show isI am here to spoil this code
D.
None of the mentioned

Answer: Option B

Solution

Answer: Option B
Solution:
b is undeclared if TV() is not called first.