1.

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

A. 7
B. 5
C. 3
D. 1
E. None of these
Answer» B. 5


Discussion

No Comment Found

Related MCQs