What is the output of the following code?

Posted by: Pdfprep Category: 200-710 Tags: , ,

What is the output of the following code?

$first= "second";

$second = "first";

echo $$$first;
A . "first"
B . "second"
C . an empty string
D . an error

Answer: B

Leave a Reply

Your email address will not be published.