1.

What will be the output of the following PHP code?
<?php
$n = array ("16", "Interview Mania", 10, "4");
echo (array_sum ($n));
?>

A. 16
B. 10
C. 30
D. Interview Mania
E. 4
Answer» D. Interview Mania


Discussion

No Comment Found

Related MCQs