MCQs > IT & Programming > PHP 5 > Output of the following code? $arr = 'a'; $arr[0]='b'; echo $arr; echo $arr[0];

PHP 5 MCQs

What is output of the following code? $arr = "a"; $arr[0]="b"; echo $arr; echo $arr[0];

Answer

Correct Answer: bb

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