What will be the output of the following code? seenagape 10 years ago What will be the output of the following code?<code>$a = array(0, 1, 2 => array(3, 4));$a[3] = array(4, 5);echo count($a, 1);</code> A.4 B.5 C.8 D.None of the above ← Previous question Next question →