1.

What will be the output of the following PHP code ?
<?php
$num = array(2, 15, 20, 1);
echo(array_product($num));
?>

A. 2
B. 15
C. 20
D. 1
E. 600
Answer» F.


Discussion

No Comment Found

Related MCQs