1.

What will be the output of the following PHP code?
<?php
echo chr(51);
?>

A. 51
B. 15
C. 3
D. Error
E. None of these
Answer» D. Error


Discussion

No Comment Found

Related MCQs