πŸ“Š PHP
Q. What will be the output of the following PHP code ?
Code:
<?php
$one = "Hello";
$two = "World";
echo $one, $two;
?>
  • (A) Hello World
  • (B) Hello
  • (C) World
  • (D) HelloWorld
πŸ’¬ Discuss
βœ… Correct Answer: (D) HelloWorld

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
169
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Neha Sharma
Publisher
πŸ“ˆ
98%
Success Rate