MCQs > IT & Programming > PHP 5 > Output of this code. function test(&$var) { $var=$var-1; return $var; } $returnVar = test(50); echo $returnVar. ' is answer.';

PHP 5 MCQs

What will be output of this code. function test(&$var) { $var=$var-1; return $var; } $returnVar = test(50); echo $returnVar. " is answer.";

Answer

Correct Answer: Error message

Explanation:

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

PHP 5 Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

PHP 5 Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it