A
Q. what is the output of below program?
Code:
<?php
$cars=array("Maruti","Honda","BMW");
echo sizeof($cars) + 1;
?>
$cars=array("Maruti","Honda","BMW");
echo sizeof($cars) + 1;
?>
- Correct Answer - Option(C)
- Views: 5
- Filed under category PHP
- Hashtags:
Discusssion
Login to discuss.