πŸ“Š PHP
Q. What will be the output of the following PHP code?
Code:
<?php
function 2myfunc()
{
    echo "Hello World";
}
2myfunc();
?>
  • (A) ERROR
  • (B) No Output
  • (C) Hello World
  • (D) None of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (A) ERROR

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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