Question:What will the following script output?
<?php
$array = array ('3' => 'a', '1b' => 'b', 'c', 'd');
echo ($array[1]);
?>
 

A 1 

B b 

C c 

D A warning 

E a 

+ Answer
+ Explanation
+ Report
Total Preview: 1078

Copyright © 2024. Powered by Intellect Software Ltd