πŸ“Š PHP
Q. What will be the output of the following PHP code?
Code:
<?php
define("__LINE__", "She is beautiful");
echo "\n";
echo __LINE__;
?>
  • (A) She is beautiful
  • (B) Error
  • (C) Nothing
  • (D) 4
πŸ’¬ Discuss
βœ… Correct Answer: (D) 4

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
178
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ravinder Singh
Publisher
πŸ“ˆ
91%
Success Rate