Q. What will be the output of the following PHP code?

Code:
<?php
$a = "clue";
$a .= "get";
echo "$a";
?>
  • (A) get
  • (B) true
  • (C) false
  • (D) clueget
πŸ’¬ Discuss
βœ… Correct Answer: (D) clueget

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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