Vidyalelo
PHP · Q17

Arrays

Programming · PHP · question 17

Q17

What will be the output of the following PHP code?

A.
Sam is the brother of Bob and Bob) $brother
B.
Sam is the brother of Bob and Bob)
C.
$brother
D.
Error
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
$brother undeclared.