MCQs > IT & Programming > PHP > What will be the output of above code?

PHP MCQs

<?php
$arr = array(‘Hello’, ‘World!’, ‘Beautiful’, ‘Day!’);
Echo implode(“ ”, $arr);
?> 
What will be the output of above code?
 

 

Answer

Correct Answer: Hello World! Beautiful Day!

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