Home / Programming MCQs / PHP MCQs / Question
R
Q. What will be the output of the following PHP code?
<?php $cars = array( "BMW", "Mercedes", "Honda", ); foreach ($cars as $c) { echo "$c "; } ?>
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
What will be the output of the following PHP code ?
What does SPL stands for in Php?
What will be the output of the following PHP code ?
What will be the output of the following PHP code ?
What will be the output of the following PHP code ?
What will be the output of the following PHP code ?
What will be the output of the following PHP code ?
Which PHP function is used to get one or more random keys from an array?
Discusssion
Login to discuss.