Tell me what is the output of the following code:

$a = '1';
$b = &$a;
$b = "2$b";
echo $a.", ".$b;?

Submitted by: Muhammad
The answer is 21, 21
Submitted by: Muhammad

Read Online PHP Community Marketing Expert Job Interview Questions And Answers