R
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: 20596
- Filed under category PHP
Ruchi Sharma · 3 y