MCQs > IT & Programming > PHP > What's the output? $value = 'hello world'; function printHello($x = 'hello') { $x = $value; var_dump($x); }

PHP MCQs

What will the function below print when called? $value = "hello world"; function printHello($x = "hello") { $x = $value; var_dump($x); }

Answer

Correct Answer: NULL

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