A
Q. What will be the output of the following PHP code?
Code:
<?php
$a = 5;
$b = 5;
span class="sys-fun">echo ($a === $b);
?>
$a = 5;
$b = 5;
span class="sys-fun">echo ($a === $b);
?>
- Correct Answer - Option(C)
- Views: 12
- Filed under category PHP
- Hashtags:
Discusssion
Login to discuss.