Q. What will be the output of the following PHP code?
Code:
<?php $a = 5; $b = 5; span class="sys-fun">echo ($a === $b); ?>
β
Correct Answer: (C)
1
<?php $a = 5; $b = 5; span class="sys-fun">echo ($a === $b); ?>
You must be Logged in to update hint/solution