πŸ“Š PHP
Q. What will be the output of the following PHP code ?
Code:
<?php
$color1 = "red";
$color2 = "green";
echo "$color1" + "$color2";
?>
  • (A) redgreen
  • (B) 0
  • (C) red green
  • (D) error
πŸ’¬ Discuss
βœ… Correct Answer: (B) 0

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
88205
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Yogesh
Publisher
πŸ“ˆ
82%
Success Rate