MCQs > IT & Programming > PHP > What will be the values of $a and $b after the code below is executed? $a = '1'; $b = &$a; $b = '2$b';

PHP MCQs

What will be the values of $a and $b after the code below is executed? $a = '1'; $b = &$a; $b = "2$b";

Answer

Correct Answer: $a = 21, $b = 21

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