1.

What will be the output of the following PHP code ?
<?php
int $five = 5;
echo "$five";
?>

A. $five
B. 5
C. Error
D. Nothing
E. None of these
Answer» D. Nothing


Discussion

No Comment Found

Related MCQs