A
Q. What is the output of PHP code given below?
Code:
<?php
$x = 8;
$y = 8.0;
echo ($x === $y);
?>
$x = 8;
$y = 8.0;
echo ($x === $y);
?>
- Correct Answer - Option(A)
- Views: 16
- Filed under category PHP
- Hashtags:
Discusssion
Login to discuss.