πŸ“Š PHP
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 === 5
  • (B) Error
  • (C) 1
  • (D) False
πŸ’¬ Discuss
βœ… Correct Answer: (C) 1

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
205
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Santosh Mishra
Publisher
πŸ“ˆ
84%
Success Rate