πŸ“Š PHP
Q. What will be the output of the following PHP code ?
Code:
<?php
$Country = array("INDIA","USA","ENGLAND"); 
foreach ($Country as $val)
{
    echo "$val \n";
}
?>
  • (A) Error
  • (B) INDIA
  • (C) Nothing
  • (D) INDIA USA ENGLAND
πŸ’¬ Discuss
βœ… Correct Answer: (D) INDIA USA ENGLAND

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
12838
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Sikhar Chaudhary
Publisher
πŸ“ˆ
97%
Success Rate