PrepAway - Latest Free Exam Questions & Answers

What will be the output of the following code?

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>

PrepAway - Latest Free Exam Questions & Answers

A.
4

B.
5

C.
8

D.
None of the above

One Comment on “What will be the output of the following code?


Leave a Reply

Your email address will not be published. Required fields are marked *