MCQs > IT & Programming > PHP 5 > Which is correct about the following PHP 7.1 code? $example = 25; $b = &$example; $b = &(12 * 9); function t() { return 15; } $b = &t(); ?>

PHP 5 MCQs

Which of the given statements is correct about the following PHP 7.1 code?

$example = 25;

$b = &$example;

$b = &(12 * 9);

function t()

{

return 15;

}

$b = &t();

?>


Answer

Correct Answer:

The code will throw an error.

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

More PHP 5 MCQ Questions

search

PHP 5 Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it