A
Q. what is the output of below program?
Code:
<?php
function hello(){
echo "hello";
hello();
}
hello();
?>
function hello(){
echo "hello";
hello();
}
hello();
?>
- Correct Answer - Option(C)
- Views: 19
- Filed under category PHP
- Hashtags:
Discusssion
Login to discuss.