What will be the output of the following code? seenagape 8 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);echocount($a, 1);</code> A.4 B.5 C.8 D.None of the above ← Previous question Next question →