A
Q. What will be the output of the following PHP code ?
Code:
<?php
define("__LINE__", "PHP is a scripting language");
echo __LINE__;
?>
define("__LINE__", "PHP is a scripting language");
echo __LINE__;
?>
- Correct Answer - Option(C)
- Views: 3
- Filed under category PHP
- Hashtags:
Discusssion
Login to discuss.