MCQs > IT & Programming > PHP > What is the output of the following code? $foo = 'bar'; $bar = 'bar' $$foo = 'foo' echo '$foo', '$bar';

PHP MCQs

What is the output of the following code? $foo = 'bar'; $bar = 'bar' $$foo = 'foo' echo '$foo', '$bar';

Answer

Correct Answer: barfoo

Explanation:

Note: This Question is unanswered, help us to find answer for this one

PHP Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

PHP Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it