1.

What will be the output of the following PHP code ?
<?php
$Student = array("Ajit", "Rahul", "Ats", "Aju");
echo pos($Student);
?>

A. Ajit
B. Rahul
C. Ats
D. Aju
E. None of these
Answer» B. Rahul


Discussion

No Comment Found

Related MCQs